feat/schema-values #2

Open
volker.raschek wants to merge 6 commits from feat/schema-values into main
Showing only changes of commit c202087df8 - Show all commits

View File

@ -57,4 +57,7 @@ jobs:
with:
input: values.yaml
- 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