This commit is contained in:
Markus Pesch 2025-04-03 21:57:46 +02:00
parent c2c15fa140
commit c202087df8
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

@ -57,4 +57,7 @@ jobs:
with: with:
input: values.yaml input: values.yaml
- name: Verify values.schema.json - name: Verify values.schema.json
run: git diff --exit-code --name-only values.schema.json run: |
if ! git diff --exit-code --name-only values.schema.json; then
echo "Please update the values.schema.json and be carefully of breaking changes!" 2&>1
fi