Skip to content

Commit

Permalink
ci: add Helm release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 4, 2023
1 parent 15772a4 commit cea168c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

name: Helm release

on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- 'charts/Chart.yaml'

jobs:
call-update-helm-repo:
permissions:
contents: write
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
with:
charts_dir: charts
cr_configfile: charts/cr.yaml
ct_configfile: charts/ct.yaml
helm_tag_prefix: helm
secrets:
helm_repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cea168c

Please sign in to comment.