Skip to content

Commit fe75aba

Browse files
authored
misc: helm chart action cleanup
***NO_CI***
1 parent bfec7b3 commit fe75aba

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/helm.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,3 @@ jobs:
2424
helm repo add chartmuseum https://charts.js.wiki
2525
helm cm-push --version="2.2.${{github.run_number}}" --username="${{secrets.HELM_REPO_USERNAME}}" --password="${{secrets.HELM_REPO_PASSWORD}}" dev/helm/ chartmuseum
2626
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

Comments
 (0)