Skip to content

v2.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 01:55
· 0 commits to 3bd912154520b124af187cb636cb7829d077e052 since this release

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.3.3/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.3.3/manifests/ha/install.yaml

Bug Fixes

  • fix: prevent excessive repo-server disk usage for large repos (#8845) (#8897)
  • fix: Set QPS and burst rate for resource ops client (#8915)