github argoproj/argo-cd v2.1.2

latest releases: v2.9.18, v2.11.4, v2.10.13...
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.2/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: cluster filter popping out of box (#7135)
  • fix: gracefully shutdown metrics server when dex config changes (#7138)
  • fix: upgrade gitops engine version to v0.4.1 (#7088)
  • fix: repository name already exists when multiple helm dependencies f… (#7096)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.