From f426aaeac7f68b64658f457f5adf1d06e71724ba Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Mon, 28 Oct 2024 15:29:47 -0500 Subject: [PATCH] Fix chart reference Signed-off-by: Dean Roehrich --- config/repositories.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/repositories.yaml b/config/repositories.yaml index a0a4d53..bcbc777 100644 --- a/config/repositories.yaml +++ b/config/repositories.yaml @@ -66,5 +66,5 @@ thirdPartyServices: url: https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.4.0/deploy/v2beta1/mpi-operator.yaml - name: argocd useHelm: true - helmCmd: helm install nnf -n argocd --create-namespace charts/argo-cd -f config/helm-values/argocd.yaml + helmCmd: helm install nnf -n argocd --create-namespace charts/argo-cd-7.6.12.tgz -f config/helm-values/argocd.yaml waitCmd: kubectl wait deploy -n argocd --timeout=180s nnf-argocd-server --for jsonpath='{.status.availableReplicas}=1'