github argoproj/argo-cd v2.1.8

latest releases: v2.11.0-rc2, v2.8.16, v2.9.12...
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.8/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: issue with keepalive (#7861)
  • fix nil pointer dereference error (#7905)
  • fix: env vars to tune cluster cache were broken (#7779)
  • fix: upgraded gitops engine to v0.4.2 (fixes #7561)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.