Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
fe75abac
Unverified
Commit
fe75abac
authored
Oct 24, 2021
by
Nicolas Giard
Committed by
GitHub
Oct 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: helm chart action cleanup
***NO_CI***
parent
bfec7b31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
helm.yml
.github/workflows/helm.yml
+0
-9
No files found.
.github/workflows/helm.yml
View file @
fe75abac
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment