github argoproj/argo-cd v2.1.5

latest releases: v2.13.1, stable, v2.11.12...
3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: Invalid memory address or nil pointer dereference in processRequestedAppOperation (#7501)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.