Skip to content

Commit

Permalink
misc: fix helm chart auth
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Oct 24, 2021
1 parent 5fec214 commit 5142213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ 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
helm cm-push --username="$HELM_REPO_USERNAME" --password="$HELM_REPO_PASSWORD" dev/helm/ chartmuseum
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 remove chartmuseum
# - name: Generate and Push Chart Archive
# run: |
Expand Down

0 comments on commit 5142213

Please sign in to comment.