Skip to content

v1.4.3

Choose a tag to compare

@alexmt alexmt released this 15 Apr 19:09
· 7601 commits to master since this release

Quick Start

Non-HA:

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

HA:

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

Bug Fixes