Skip to content

Commit

Permalink
misc: helm chart action cleanup
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
NGPixel committed Oct 24, 2021
1 parent bfec7b3 commit fe75aba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,3 @@ jobs:
helm repo add chartmuseum https://charts.js.wiki
helm cm-push --version="2.2.${{github.run_number}}" --username="${{secrets.HELM_REPO_USERNAME}}" --password="${{secrets.HELM_REPO_PASSWORD}}" dev/helm/ chartmuseum
helm repo remove chartmuseum
# - name: Generate and Push Chart Archive
# run: |
# mkdir -p $GITHUB_WORKSPACE/charts
# helm package . -d $GITHUB_WORKSPACE/charts
# cd $GITHUB_WORKSPACE/charts
# curl --data-binary "@wiki-2.2.0.tgz" -u $HELM_MUSEUM_USER:$HELM_MUSEUM_PASS https://charts.js.wiki/api/charts
# working-directory: ./dev/helm

0 comments on commit fe75aba

Please sign in to comment.