github argoproj/argo-cd v2.3.0-rc4

latest releases: v2.8.18, v2.9.14, v2.10.9...
pre-release2 years ago

Quick Start

Non-HA

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

HA:

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

Special notes

This release contains the fix for a security issue with high severity. We recommend users trying the 2.3 release candidates to update to this release as soon as possible.

More information can be found in the related
security advisory

Changes

Bug Fixes

  • fix: Prevent value files outside repository root

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.