Skip to content

v2.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 01:42
· 0 commits to f6501652c43bfe93af354c4f4faf0f6d9cf3153c since this release

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)