github argoproj/argo-cd v1.5.6

latest releases: v2.10.17, v2.11.9, v2.12.4...
4 years ago

Quick Start

Non-HA:

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

HA:

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

Features

  • feat: Upgrade kustomize to 3.6.1

Bug Fixes

  • fix: Prevent possible nil pointer dereference when getting Helm client (#3613)
  • fix: avoid deadlock in settings manager (#3637)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.