This commit is contained in:
2026-04-24 22:31:55 +02:00
parent e4a32b2c4c
commit b9f1a9fb34
2 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ ArgoCd()
echo "Installing ArgoCD..."
helm upgrade --install argocd argo-cd \
--repo https://argoproj.github.io/argo-helm \
--version "7.8.0" \
--namespace argocd --create-namespace \
--values infra/values/base/argocd-values.yaml \
--values "infra/values/${CLUSTER}/argocd-values.yaml" \