Skip to content

v2.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 01:41
· 0 commits to 81e1a58328b4b7c9edea1a124a935b0f1e3a1856 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.1/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: resource details page crashes when resource is not deployed and hide managed fields is selected (#7971)
  • fix: issue with headless installation (#7958)
  • fix: nil point (#7905)