github argoproj/argo-cd v1.7.10

latest releases: v2.9.16, v2.8.20, v2.10.11...
3 years ago

Quick Start

Non-HA:

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

HA:

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

Changes

  • fix: increase max grpc message size (#4869)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.