github argoproj/argo-cd v2.0.1

latest releases: v2.8.18, v2.9.14, v2.10.9...
3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: spark application check fails on missing section (#6036)
  • fix: Adding explicit bind to redis and sentinel for IPv4 clusters #5957 (#6005)
  • fix: fix: use correct field for evaluating whether or not GitHub Enterprise is selected (#5987)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.