Skip to content

Commit

Permalink
misc: fix helm charts auth (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Oct 24, 2021
1 parent 5142213 commit e436441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Package and Push Chart
run: |
helm plugin install https://github.com/chartmuseum/helm-push.git
helm repo add chartmuseum https://charts.js.wiki --username ${{env.HELM_REPO_USERNAME}} --password ${{env.HELM_REPO_PASSWORD}}
helm cm-push dev/helm/ chartmuseum
helm repo add chartmuseum https://charts.js.wiki
helm cm-push --username="${{env.HELM_REPO_USERNAME}}" --password="${{env.HELM_REPO_PASSWORD}}" dev/helm/ chartmuseum
helm repo remove chartmuseum
# - name: Generate and Push Chart Archive
Expand Down

0 comments on commit e436441

Please sign in to comment.