github argoproj/argo-cd v1.6.1

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

Quick Start

Non-HA:

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

HA:

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

v1.6.1 (2020-06-18)

  • fix: User unable to generate project token even if account has appropriate permissions (#3804)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.