Skip to content

Commit

Permalink
DEVOPS-1971-Migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilozni Ziv authored and Vilozni Ziv committed Sep 16, 2024
1 parent 8535eb6 commit 163df8f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,7 @@ jobs:
env:
CHARTMUSEUM_USER: ${{ secrets.CHARTMUSEUM_USER }}
CHARTMUSEUM_PASSWORD: ${{ secrets.CHARTMUSEUM_PASSWORD }}
run: |
helm plugin install https://github.com/chartmuseum/helm-push.git
helm repo add cnvrg https://chartmuseum-new.cnvrg.io
helm dependency build charts/mlops
helm cm-push charts/mlops -f cnvrg -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} --context-path /cnvrg
run: "helm plugin install https://github.com/chartmuseum/helm-push.git\nhelm repo add cnvrg https://chartmuseum-new.cnvrg.io\nhelm dependency build charts/mlops\nhelm cm-push charts/mlops -f cnvrg -u=${CHARTMUSEUM_USER} -p=${CHARTMUSEUM_PASSWORD} \n #magic___^_^___line\n"
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
if: ${{ steps.tag_bump.outputs.bumped == 'true' && steps.tag_bump.outputs.prerelease == 'false' }}
Expand Down

0 comments on commit 163df8f

Please sign in to comment.