Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.2/manifests/ha/install.yaml
Bug fixes
- fix: project filter (#9651) (#9709)
- fix: broken symlink in Dockerfile (#9674)
- fix: updated baseHRefRegex to perform lazy match (#9724)
- fix: updated config file permission requirements for windows (#9666)