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'