github argoproj/argo-cd v2.0.0-rc4

latest releases: v2.11.0-rc2, v2.8.16, v2.9.12...
pre-release3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: Syncing is still slow with ApplyOutOfSyncOnly=true (#5966)
  • fix: correct package name in Makefile (#5960)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.