From c6ebb5e4be3c8febbf851e89db5da4034673660b Mon Sep 17 00:00:00 2001 From: Kairixir <35051006+Kairixir@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:44:02 +0200 Subject: [PATCH] add: include ArgoCD and Argo Workflows Powerful Cloud Native CI/CD system with modern looking GUI --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4021fe5..a10a750 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,8 @@ _Related: [IT Asset Management](#it-asset-management)_ **[`^ back to top ^`](#awesome-sysadmin)** [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration)/[deployment](https://en.wikipedia.org/wiki/Continuous_deployment) software. - +- [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) - Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. ([Source Code](https://github.com/argoproj/argo-cd)) `Apache-2.0` `Go` +- [Argo Workflows](https://argo-workflows.readthedocs.io/en/stable/) - Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes written as CRD. ([Source Code](https://github.com/argoproj/argo-workflows)) `Apache-2.0` `Go` - [Buildbot](https://buildbot.net/) - Python-based toolkit for continuous integration. ([Source Code](https://github.com/buildbot/buildbot)) `GPL-2.0` `Python` - [CDS](https://ovh.github.io/cds/) - Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform. ([Source Code](https://github.com/ovh/cds)) `BSD-3-Clause` `Go` - [Concourse](https://concourse-ci.org/) - Concourse is a CI tool that treats pipelines as first class objects and containerizes every step along the way. ([Demo](https://ci.concourse-ci.org/), [Source Code](https://github.com/concourse/concourse)) `Apache-2.0` `Go`