github argoproj/argo-cd v1.8.5

latest releases: v2.11.12, v2.12.7, v2.13.0...
3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: 'argocd app wait --suspended' stuck if operation is in progress (#5511)
  • fix: Presync hooks stop working after namespace resource is added in a Helm chart #5522
  • docs: add the missing rbac resources to the documentation (#5476)
  • refactor: optimize argocd-application-controller redis usage (#5345)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.