github argoproj/argo-cd v2.1.15

latest releases: v2.8.18, v2.9.14, v2.10.9...
23 months ago

Quick Start

Non-HA:

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

HA:

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

Notes

This is a security release. We urge all users of the 2.1.z branch to update as soon as possible. Please refer to the Security fixes section below for more details.

Security fixes

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.