Update Helm release nginx-ingress-controller to v9.9.4 #80
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Helm verify process | |
on: | |
push: | |
paths: | |
- "ct.yaml" | |
- "charts/**" | |
- ".github/actions/helm-lint/action.yaml" | |
- ".github/workflows/helm-verify.yaml" | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Scan helm | |
uses: ./.github/actions/helm-lint |