Skip to content

v2.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 20:08
· 0 commits to 46c1ef7a1621fe3a999cf353d0d3627b8bf4736c since this release

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: don't use revision caching during app creation (#7508)
  • fix: supporting OCI dependencies. Fixes #6062 (#6994)