Skip to content

v2.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 21:59
· 0 commits to 053bfbe84592f07952da640179470aade647de75 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.3/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: core-install.yaml always refers to latest argocd image (#7321)
  • fix: handle applicationset backup forbidden error (#7306)
  • fix: Argo CD should not use cached git/helm revision during app creation/update validation (#7244)