Merge pull request #448 from 3dwardch3ng/rework

update script
This commit is contained in:
2024-07-14 19:38:49 +10:00
committed by GitHub

View File

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