artifacthub helm/argo/argo-cd 2.2.5
v2.2.5

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.2.5/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: Resolve symlinked value files correctly (#8387)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.