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

22 lines
551 B

name: helm-release
on:
workflow_dispatch: # for manual testing
push:
branches:
- main
- k[0-9]+
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:
github_app_id: ${{ secrets.APP_ID }}
github_app_pem: ${{ secrets.APP_PRIVATE_KEY }}