github argoproj/argo-cd v1.6.0-rc2

latest releases: v2.11.0, stable, v2.8.18...
pre-release3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

fix: delete api should return 404 error if app does not exist (#3739)
fix: Fix possible nil pointer deref on resource deduplication (#3725)
fix: application with EnvoyFilter causes high memory/CPU usage (#3719)
fix: Application Controller memory spike during startup #3241
fix: Reap orphaned ("zombie") processes in argocd-repo-server pod (#3611)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.