Browse Source
misc: helm chart action cleanup
***NO_CI***
pull/4663/head
Nicolas Giard
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
9 deletions
-
.github/workflows/helm.yml
|
|
@ -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 |
|
|
|
|