Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/.github/workflows/helm-release.yaml

19 lines
452 B

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 }}