Skip to content

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 #32

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1

Upgrade: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 #32

Workflow file for this run

name: chart
on:
pull_request:
jobs:
helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: yokawasa/action-setup-kube-tools@v0.11.1
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