github argoproj/argo-cd v2.1.3

latest releases: v2.10.17, v2.11.9, v2.12.4...
2 years ago

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.3/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.3/manifests/ha/install.yaml

Bug Fixes

  • fix: core-install.yaml always refers to latest argocd image (#7321)
  • fix: handle applicationset backup forbidden error (#7306)
  • fix: Argo CD should not use cached git/helm revision during app creation/update validation (#7244)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.