github argoproj/argo-cd v2.3.0-rc5

latest releases: v2.11.0, stable, v2.8.18...
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-rc5/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: reload ArgoCD config if OIDC config changes (#8350)
  • fix: Resolve symlinked value files correctly (#8387)

Other

  • chore: Generate spdx for the UI project (#8385)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.