Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.11/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.11/manifests/ha/install.yaml
Bug fixes
fix: Pin gitops-engine to v0.7.3 to include argoproj/gitops-engine#449
fix: Correctly assume cluster-scoped resources to be self-referenced (#10390)
Other changes
docs: fix typo in upgrade notes (#10377)