diff --git a/.github/workflows/docker-helm.yml b/.github/workflows/docker-helm.yml index 02134410..fc02a52f 100644 --- a/.github/workflows/docker-helm.yml +++ b/.github/workflows/docker-helm.yml @@ -192,6 +192,7 @@ jobs: run: | helm plugin install https://github.com/chartmuseum/helm-push.git helm repo add cnvrg https://charts.slim.cnvrg.io/cnvrg + helm dependency build charts/mlops helm cm-push charts/mlops -f cnvrg -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --context-path /cnvrg - name: Slack Notification