fix: Set master build pipeline to no use experimental cosign with env var #299
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: Chart Testing | |
on: | |
push: | |
branches-ignore: | |
- master | |
pull_request: | |
branches: | |
- "*" | |
jobs: | |
unittest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: d3adb5/helm-unittest-action@v2 | |
with: | |
flags: "--color --strict" | |
helm-version: v3.12.3 | |
# This has to be second as helm may not be installed until after above action | |
# source: https://github.com/marketplace/actions/helm-unit-tests#examples | |
- run: helm lint deploy/charts/jetstack-agent | |
- run: helm lint deploy/charts/venafi-kubernetes-agent |