artifacthub helm/argo/argo-cd 2.3.1
v2.3.1

latest releases: 10.0.0, 9.7.1, 9.7.0...
5 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.