github argoproj/argo-cd v2.2.1

latest releases: v2.9.16, v2.8.20, v2.10.11...
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.1/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: resource details page crashes when resource is not deployed and hide managed fields is selected (#7971)
  • fix: issue with headless installation (#7958)
  • fix: nil point (#7905)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.