feat: migrate existing configs #1

Merged
t.behrendt merged 10 commits from feat-migrate-existing-configs into main 2025-10-08 18:46:12 +02:00
Showing only changes of commit 5cae61b032 - Show all commits

View File

@@ -10,18 +10,18 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Validate "action.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
with:
json-file: "./action.json"
- name: Validate "k8s.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
with:
json-file: "./k8s.json"
- name: Validate "helm.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
with:
json-file: "./helm.json"
- name: Validate "common.json"
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2-rc-456ff025c8de79ef516582030a76c156cfab8c07
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
with:
json-file: "./common.json"