aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/helm_release.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/helm_release.yaml')
-rw-r--r--.github/workflows/helm_release.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/workflows/helm_release.yaml b/.github/workflows/helm_release.yaml
new file mode 100644
index 0000000..67dbe66
--- /dev/null
+++ b/.github/workflows/helm_release.yaml
@@ -0,0 +1,22 @@
+name: "helm: publish charts"
+on:
+ push:
+ tags:
+ - '*'
+
+permissions:
+ contents: write
+ pages: write
+
+jobs:
+ release:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - name: Publish Helm charts
+ uses: stefanprodan/helm-gh-pages@master
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ charts_dir: deploy/helm/
+ target_dir: helm
+ branch: gh-pages