Skip to content

v2.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 01:16
· 0 commits to 3fe5753f335816530fb48d370b4bfc9fead4d10d 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.7/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: correct jsonnet paths resolution (#8721)