github argoproj/argo-cd v2.0.0-rc3

latest releases: v2.12.3, stable, v2.12.2...
pre-release3 years ago

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • fix: support loading oci helm dependencies referenced by chart stored in non-oci repo (#5917)

Other

  • chore: Upgrade Go module to v2 (#5931)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.