Skip to content

Upgrade: bump yokawasa/action-setup-kube-tools from 0.11.1 to 0.11.2 #39

Upgrade: bump yokawasa/action-setup-kube-tools from 0.11.1 to 0.11.2

Upgrade: bump yokawasa/action-setup-kube-tools from 0.11.1 to 0.11.2 #39

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