Skip to content

Upgrade: bump github.com/prometheus/procfs from 0.19.1 to 0.19.2 in the go-modules group #122

Upgrade: bump github.com/prometheus/procfs from 0.19.1 to 0.19.2 in the go-modules group

Upgrade: bump github.com/prometheus/procfs from 0.19.1 to 0.19.2 in the go-modules group #122

Workflow file for this run

name: chart
on:
pull_request:
concurrency:
group: chart-${{ github.event.number }}
cancel-in-progress: true
jobs:
helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: yokawasa/[email protected]
with:
setup-tools: |
helm
- run: helm lint --strict --quiet ./chart
- name: default install with unbound
run: helm template --debug ./chart
- name: install without unbound
run: helm template --debug --set unbound.enabled=false --set config.resolver=system ./chart