github argoproj/argo-cd v2.2.6

latest releases: v2.9.16, v2.8.20, v2.10.11...
2 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: prevent file traversal using helm file values param and application details api (#8606)
  • fix!: enforce app create/update privileges when getting repo details (#8558)
  • feat: support custom helm values file schemes (#8535)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.