Skip to content

v1.4.1

Choose a tag to compare

@alexmt alexmt released this 22 Jan 23:10
· 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.1/manifests/install.yaml

HA:

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

Bug Fixes

  • fix: impossible to config RBAC if group name includes ',' (#3013)