github argoproj/argo-cd v2.4.11

latest releases: v2.11.12, v2.12.7, v2.13.0...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug fixes

fix: Pin gitops-engine to v0.7.3 to include argoproj/gitops-engine#449
fix: Correctly assume cluster-scoped resources to be self-referenced (#10390)

Other changes

docs: fix typo in upgrade notes (#10377)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.