github argoproj/argo-cd v1.7.11

latest releases: v2.13.0-rc1, v2.13.0, stable...
3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: sync retry is broken for multi-phase syncs (#5017)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.