Skip to content

Commit

Permalink
Use the latest version of kubeval
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Apr 22, 2024
1 parent 2c22cee commit d49edef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
with:
command: lint

- name: Download kubeval
run: |
mkdir bin
cd bin
curl https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz |
tar x
pwd >> "$GITHUB_PATH"
- name: Run kubeval
run: |
./.github/kubeval.sh

0 comments on commit d49edef

Please sign in to comment.