Skip to content

Commit

Permalink
Merge pull request #73 from shoplineapp/release/0.8.0
Browse files Browse the repository at this point in the history
feat: add new chart:eks
  • Loading branch information
acgs771126 authored Feb 10, 2022
2 parents 64543d0 + 73a351e commit b49fac7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
helm package fluentd-cloudwatch -d fluentd-cloudwatch
helm package cronjob -d cronjob
helm package backburner -d backburner
helm package eks -d eks
helm repo index . --url https://shoplineapp.github.io/helm-charts
ls -al simple/
cat index.yaml
Expand Down
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,17 @@ step4: push new chart version to chart server
git add .
git commit -m 'update chart'
ggpush
```

## How to add new chart to shopline charts

step1. update .github/workflows/update-chart.yaml

example add new chart: eks
```shell
vi .github/workflows/update-chart.yaml
- name: Package helm chart file and create index.yaml
...
+ helm package eks -d eks
...
```

0 comments on commit b49fac7

Please sign in to comment.