Skip to content

ci: Update yaml file ./production/helm/loki/Chart.yaml (+1 other) (… #217

ci: Update yaml file ./production/helm/loki/Chart.yaml (+1 other) (…

ci: Update yaml file ./production/helm/loki/Chart.yaml (+1 other) (… #217

Workflow file for this run

name: helm-release
on:
push:
branches:
- main
paths:
- 'production/helm/loki/Chart.yaml'
jobs:
call-update-helm-repo:
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
with:
charts_dir: production/helm
cr_configfile: production/helm/cr.yaml
ct_configfile: production/helm/ct.yaml
helm_tag_prefix: helm
secrets:
helm_repo_token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}