github argoproj/argo-cd v2.1.13

latest releases: v2.11.0, stable, v2.8.18...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: application resource APIs must enforce project restrictions

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.