Skip to content

Upgrade: bump github.com/miekg/dns from 1.1.63 to 1.1.64 #53

Upgrade: bump github.com/miekg/dns from 1.1.63 to 1.1.64

Upgrade: bump github.com/miekg/dns from 1.1.63 to 1.1.64 #53

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