From f0554ea6cd90cf98fb277a6e547ee5b2bb01519e Mon Sep 17 00:00:00 2001 From: Oleksandr Bystrov <63246999+abystrov@users.noreply.github.com> Date: Tue, 28 May 2024 15:02:41 +0200 Subject: [PATCH] Save dependencies as well --- .github/workflows/docker-helm.yml | 1 + 1 file changed, 1 insertion(+) 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