github argoproj/argo-cd v2.4.0-rc4

latest releases: v2.10.8, v2.9.13, v2.8.17...
pre-release23 months ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: web terminal due to query parameters name mismatch (#9560)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.