github argoproj/argo-cd v2.3.1

latest releases: v2.8.18, v2.9.14, v2.10.9...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: Retry checkbox unchecked unexpectedly; Sync up with YAML (#8682) (#8720)
  • chore: Bump stable version of application set addon (#8744)
  • fix: correct jsonnet paths resolution (#8721)
  • fix(ui): Applications page incorrectly resets to tiles view. Fixes #8702 (#8718)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.