feat: area/helm: Modified helm template to use http_listen_port and g… #209
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |