Skip to content

Commit

Permalink
publish chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Boudet committed Oct 20, 2020
1 parent 97cbf8c commit 994dd33
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Release Charts

on:
push:
branches:
- master

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ docker build . -t <your registry>/alidns-webhook:latest
docker push <your registry>/alidns-webhook
```

Use the helm chart in deploy directory.
Use the helm chart in charts directory.
```
helm template deploy --set image.repository=<your registry> --set image.tag=latest
helm template charts --set image.repository=<your registry> --set image.tag=latest
```

Create the secret holding alibaba credential :
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 994dd33

Please sign in to comment.