v1.5.0-rc2
Pre-release
Pre-release
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.5.0-rc2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.5.0-rc2/manifests/ha/install.yaml
Bug Fixes
- fix: implement workaround for helm/helm#6870 bug (#3290)
- fix: increase max connections count to support clusters with very large number of CRDs (#3278)
- fix: remove app name and project labels from reconcliation histogram to reduce cardinality (#3271)