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
f60a5c81
You need to sign in or sign up before continuing.
Unverified
Commit
f60a5c81
authored
Oct 24, 2021
by
Nicolas Giard
Committed by
GitHub
Oct 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: use helm push chartmuseum plugin (#4629)
parent
df15ca1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
helm.yml
.github/workflows/helm.yml
+14
-11
No files found.
.github/workflows/helm.yml
View file @
f60a5c81
...
@@ -11,21 +11,24 @@ on:
...
@@ -11,21 +11,24 @@ on:
jobs
:
jobs
:
build
:
build
:
name
:
Publish Chart
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Generate Chart Archive
-
name
:
Package and Push Chart
run
:
|
run
:
|
ls -l $GITHUB_WORKSPACE
helm plugin install https://github.com/chartmuseum/helm-push.git
mkdir -p $GITHUB_WORKSPACE/charts
helm repo add chartmuseum https://charts.js.wiki
helm package . -d $GITHUB_WORKSPACE/charts
helm cm-push dev/helm/ chartmuseum
working-directory
:
./dev/helm
# - 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
-
name
:
Generate Index
run
:
|
helm repo index .
ls -l
working-directory
:
$GITHUB_WORKSPACE/charts
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