Skip to content

Commit

Permalink
Fix helm push command
Browse files Browse the repository at this point in the history
  • Loading branch information
abystrov committed May 28, 2024
1 parent 06b1e7d commit 46c298d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,8 @@ jobs:
CHARTMUSEUM_PASSWORD: ${{ secrets.CHARTMUSEUM_PASSWORD }}
run: |
helm plugin install https://github.com/chartmuseum/helm-push.git
cd charts/mlops
helm dependency update
cd ../..
helm package charts/mlops -d .
helm cm-push mlops-${{ steps.tag_bump.outputs.new_tag }}.tgz https://charts.slim.cnvrg.io/ -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --force
helm repo add cnvrg https://charts.slim.cnvrg.io/cnvrg
helm cm-push mlops-${{ steps.tag_bump.outputs.new_tag }}.tgz -f cnvrg https://charts.slim.cnvrg.io/ -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --context-path /cnvrg
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit 46c298d

Please sign in to comment.