Skip to content

v2.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 22:18
· 0 commits to 5679e4060ebc18a37ea674ce5ddca68d162970c7 since this release

Quick Start

Non-HA:

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

HA:

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

Bug Fixes

  • Fix: Kuberenetes manifest to have new Github.com ssh known host keys for ArgoCD deployments (#7722)