github argoproj/argo-cd v2.2.7

latest releases: v2.12.0-rc2, v2.12.0-rc1, v2.9.17...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: correct jsonnet paths resolution (#8721)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.