Skip to content

v1.4.2

Compare
Choose a tag to compare
@alexmt alexmt released this 24 Jan 01:18
· 4882 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.2/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: correctly replace cache in namespace isolation mode (#3023)