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-ci.yml

19 lines
430 B

---
name: helm-ci
on:
pull_request:
paths:
- 'production/helm/**'
jobs:
call-lint:
uses: grafana/helm-charts/.github/workflows/linter.yml@main
with:
filter_regex_include: .*production/helm/.*
call-lint-test:
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@main
with:
ct_configfile: production/helm/ct.yaml
ct_check_version_increment: false
helm_version: v3.8.2