Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.10/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.10/manifests/ha/install.yaml
Bug fixes
- fix: missing actions (#10327) (#10359)
- fix: Suppressed ssh scheme url warn log (#9836)
- fix: respect ARGOCD_GIT_MODULES_ENABLED in the appset controller (#10285) (#10287)