There was an error while loading. Please reload this page.
1 parent 0f2fff3 commit ebe75adCopy full SHA for ebe75ad
1 file changed
.github/workflows/build.yaml
@@ -90,12 +90,10 @@ jobs:
90
if: needs.changes.outputs.helm == 'true'
91
steps:
92
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
93
- - uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
+ - uses: bmuschko/setup-kubeconform@e5d264ec1eafe2314e750c429a9da7639dd5a003 # v1.1.0
94
with:
95
- token: ${{ secrets.GITHUB_TOKEN }}
96
- version: "v3.19.2"
97
- - run: helm plugin install https://github.com/instrumenta/helm-kubeval
98
- - run: helm kubeval ci/helm-chart
+ kubeconform-version: '0.8.0'
+ - run: kubeconform ci/helm-chart
99
100
lint-ts:
101
name: Lint TypeScript files
0 commit comments