Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.2/manifests/ha/install.yaml
Bug Fixes
- fix: enable access to metrics port in embedded network policies (#6277)
- fix: display log streaming error in logs viewer (#6100) (#6273)
- fix: Don't count errored or completed neighbor pods toward resource consumption (#6259)
- fix: Enable kex algo diffie-hellman-group-exchange-sha256 for go-git ssh (#6256)
- fix: copy github app key from repocreds (#6140, #6197)
- fix(ui): UI crashes after reinstalling ArgoCD (#6218)
- fix: add network policies to restrict traffic flow between argocd components (#6156)
- fix: Revert "feat: Add health checks for kubernetes-external-secrets (#5435)"
- chore: Allow ingress traffic to argocd-server by default (#6179)