Skip to content

Commit

Permalink
Fix chart reference
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Oct 28, 2024
1 parent 18781e7 commit f426aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f426aae

Please sign in to comment.