github argoproj/argo-cd v1.7.1

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

HA:

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

Changes

  • fix: Unable to create project JWT token on K8S v1.15 (#4165)
  • fix: Argo CD does not exclude creationTimestamp from diffing (#4157)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.