We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5142213 commit e436441Copy full SHA for e436441
.github/workflows/helm.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Package and Push Chart
22
run: |
23
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
+ helm repo add chartmuseum https://charts.js.wiki
+ helm cm-push --username="${{env.HELM_REPO_USERNAME}}" --password="${{env.HELM_REPO_PASSWORD}}" dev/helm/ chartmuseum
26
helm repo remove chartmuseum
27
28
# - name: Generate and Push Chart Archive
0 commit comments