Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.0-rc3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.0-rc3/manifests/ha/install.yaml
Bug Fixes
- fix: support loading oci helm dependencies referenced by chart stored in non-oci repo (#5917)
Other
- chore: Upgrade Go module to v2 (#5931)