update script

This commit is contained in:
2024-07-14 19:38:29 +10:00
parent 1f0c2809ac
commit ee6201827a

View File

@@ -4,7 +4,7 @@ set -e
kubectl create namespace argocd || echo "Namespace argocd already exists"
helm template argocd \
oci://ghcr.io/argoproj/argo-helm/argo-cd \
--version: 7.3.6 \
--version 7.3.6 \
--release-name argocd \
--api-versions monitoring.coreos.com/v1 \
--values argocd-values.yaml