Skip to content

Commit e436441

Browse files
authored
misc: fix helm charts auth (2)
1 parent 5142213 commit e436441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Package and Push Chart
2222
run: |
2323
helm plugin install https://github.com/chartmuseum/helm-push.git
24-
helm repo add chartmuseum https://charts.js.wiki --username ${{env.HELM_REPO_USERNAME}} --password ${{env.HELM_REPO_PASSWORD}}
25-
helm cm-push dev/helm/ chartmuseum
24+
helm repo add chartmuseum https://charts.js.wiki
25+
helm cm-push --username="${{env.HELM_REPO_USERNAME}}" --password="${{env.HELM_REPO_PASSWORD}}" dev/helm/ chartmuseum
2626
helm repo remove chartmuseum
2727
2828
# - name: Generate and Push Chart Archive

0 commit comments

Comments
 (0)