feat(helm): add helm validator to ci

This commit is contained in:
Tommy 2024-02-24 20:46:30 +01:00
parent c4f78b59ff
commit 98177ec860
No known key found for this signature in database

View file

@ -0,0 +1,19 @@
name: Validate Helm Charts
on:
push:
branches-ignore:
- main
jobs:
kubeconform:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Generate and validate releases
uses: shivjm/helm-kubeconform-action@v0.2.0
with:
additionalSchemaPaths: |
schemas/{{ .ResourceKind }}.json
chartsDirectory: "charts"