"git@git.gitsec.cn:baidan/argo-cd.git" did not exist on "569a2a6bc609ed6cea6f907bf42411a58fbd43eb"
user avatar
fix: Unable to create project JWT token on K8S v1.15 (#4165)
Alexander Matyushentsev authored
569a2a6b
Name Last commit Last update
.circleci chore: Migrate CI toolchain to GitHub actions (#3677)
.github chore: Use https (#4076)
assets feat: Add configurable Helm version (#4111)
cmd feat: Add configurable Helm version (#4111)
common feat: support overriding default cluster re-sync duration (#4014)
controller fix: cluster settings change is not applied correctly (#4070)
docs docs: Switch to argocd namespace before starting local services (#4153)
examples chore: Spelling (#3647)
hack fix: Unable to create project JWT token on K8S v1.15 (#4165)
manifests fix: Unable to create project JWT token on K8S v1.15 (#4165)
pkg feat: Add configurable Helm version (#4111)
reposerver feat: Add configurable Helm version (#4111)
resource_customizations refactor: upgrade K8S client to v0.18.8 (#4149)
server feat: support disabling grpc histogram (#4075)
test fix: optional 'name' flag of add-orphaned-ignore/remove-orphaned-ignore command should be named, not positional (#4062)
ui fix: Badge links are not generating properly when using --rootpath (#4140)
util feat: Add configurable Helm version (#4111)
.codecov.yml changes on 2pc to .codecov.yml, (#2513)
.dockerignore Add ui/node_modules to docker ignore (#1725)
.gitignore chore: add nodemodules to gitignore (#4151)
.golangci.yml Rename deprecated deadline option to timeout (#2686)
CHANGELOG.md docs: add 1.7 changelog and update instructions (#4095)
Dockerfile chore: make make cli use virtualized toolchain (#3884)
Dockerfile.dev Fix docker image for dev (#2319)
LICENSE Fix LICENSE copyright text
Makefile
OWNERS
Procfile
README.md
SECURITY_CONTACTS
USERS.md
VERSION
go.mod
go.sum
mkdocs.yml
sonar-project.properties
uid_entrypoint.sh
white-list

Integration tests slack codecov Release Version

Argo CD - Declarative Continuous Delivery for Kubernetes

What is Argo CD?

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

Argo CD UI

Why Argo CD?

  1. Application definitions, configurations, and environments should be declarative and version controlled.
  2. Application deployment and lifecycle management should be automated, auditable, and easy to understand.

Who uses Argo CD?

Official Argo CD user list

Documentation

To learn more about Argo CD go to the complete documentation. Check live demo at https://cd.apps.argoproj.io/.

Community Blogs and Presentations

  1. Tutorial: Everything You Need To Become A GitOps Ninja 90m tutorial on GitOps and Argo CD.
  2. Comparison of Argo CD, Spinnaker, Jenkins X, and Tekton
  3. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager 3.1.2
  4. GitOps for Kubeflow using Argo CD
  5. GitOps Toolsets on Kubernetes with CircleCI and Argo CD
  6. Simplify and Automate Deployments Using GitOps with IBM Multicloud Manager
  7. CI/CD in Light Speed with K8s and Argo CD
  8. Machine Learning as Code. Among other things, describes how Kubeflow uses Argo CD to implement GitOPs for ML
  9. Argo CD - GitOps Continuous Delivery for Kubernetes
  10. Introduction to Argo CD : Kubernetes DevOps CI/CD
  11. GitOps Deployment and Kubernetes - using ArgoCD
  12. Deploy Argo CD with Ingress and TLS in Three Steps: No YAML Yak Shaving Required