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 bfec7b3 commit fe75abaCopy full SHA for fe75aba
.github/workflows/helm.yml
@@ -24,12 +24,3 @@ jobs:
24
helm repo add chartmuseum https://charts.js.wiki
25
helm cm-push --version="2.2.${{github.run_number}}" --username="${{secrets.HELM_REPO_USERNAME}}" --password="${{secrets.HELM_REPO_PASSWORD}}" dev/helm/ chartmuseum
26
helm repo remove chartmuseum
27
-
28
-# - name: Generate and Push Chart Archive
29
-# run: |
30
-# mkdir -p $GITHUB_WORKSPACE/charts
31
-# helm package . -d $GITHUB_WORKSPACE/charts
32
-# cd $GITHUB_WORKSPACE/charts
33
-# curl --data-binary "@wiki-2.2.0.tgz" -u $HELM_MUSEUM_USER:$HELM_MUSEUM_PASS https://charts.js.wiki/api/charts
34
-# working-directory: ./dev/helm
35
0 commit comments