Skip to content

Fix update-examples-cron workflow failing on forks with Vault auth errors #19

Fix update-examples-cron workflow failing on forks with Vault auth errors

Fix update-examples-cron workflow failing on forks with Vault auth errors #19

Workflow file for this run

name: helm-ci
on: pull_request
permissions:
contents: read
jobs:
# We used to import this from grafana/helm-charts/.github/workflows/linter.yml@main, but we want to update to later version of helm-docs.
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with:
persist-credentials: false
- name: Check Docs
run: |
make helm/docs
if ! git diff --exit-code -- operations/pyroscope/helm/pyroscope/; then
echo 'Documentation not up to date. Please run "make helm/docs" and commit changes!' >&2
exit 1
fi
call-lint-test-pyroscope:
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@191acd56a41783452d6e583fcad195de27959044
with:
ct_configfile: operations/pyroscope/helm/ct.yaml
ct_check_version_increment: false
helm_version: v3.14.3
call-lint-test-pyroscope-monitoring:
uses: grafana/helm-charts/.github/workflows/lint-test.yaml@191acd56a41783452d6e583fcad195de27959044
with:
ct_configfile: operations/monitoring/helm/ct.yaml
ct_check_version_increment: false
helm_version: v3.14.3