Skip to content

Upgrade: bump github.com/prometheus/client_golang from 1.20.5 to 1.21.1 #54

Upgrade: bump github.com/prometheus/client_golang from 1.20.5 to 1.21.1

Upgrade: bump github.com/prometheus/client_golang from 1.20.5 to 1.21.1 #54

Workflow file for this run

name: chart
on:
pull_request:
jobs:
helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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