16 lines
334 B
YAML
16 lines
334 B
YAML
name: Helm Release
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
call-update-helm-repo:
|
|
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
|
|
with:
|
|
charts_dir: helm
|
|
cr_configfile: helm/cr.yaml
|
|
ct_configfile: helm/ct.yaml
|
|
secrets:
|
|
helm_repo_token: ${{ secrets.GH_HELM_RELEASE }}
|