From 8c337fabef7e2327220943c5e7b92fb1e7b61f86 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Wed, 30 Aug 2023 20:50:21 +0200 Subject: [PATCH] fix(pg): json-schema --- plugins/contrib/jobs/build/use.schema.json | 2 +- plugins/fabrique/charts/pg/kontinuous.values.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/contrib/jobs/build/use.schema.json b/plugins/contrib/jobs/build/use.schema.json index 1b269b7abe..a51d247574 100644 --- a/plugins/contrib/jobs/build/use.schema.json +++ b/plugins/contrib/jobs/build/use.schema.json @@ -4,7 +4,7 @@ "title": "schema for build job usage", "type": "object", "additionalProperties": false, - "required": ["imagePackage"], + "required": [], "properties": { "dockerfile": { "description": "Path to the Dockerfile on the repository. Defaults to /Dockerfile", diff --git a/plugins/fabrique/charts/pg/kontinuous.values.schema.json b/plugins/fabrique/charts/pg/kontinuous.values.schema.json index f57f9b1242..2d5595440e 100644 --- a/plugins/fabrique/charts/pg/kontinuous.values.schema.json +++ b/plugins/fabrique/charts/pg/kontinuous.values.schema.json @@ -6,7 +6,7 @@ "required": [], "properties": { "cnpg-cluster": { - "$ref": "https://raw.githubusercontent.com/SocialGouv/helm-charts/charts/cnpg-cluster/values.schema.json" + "$ref": "https://raw.githubusercontent.com/socialgouv/helm-charts/v1/charts/cnpg-cluster/values.schema.json" }, "backup": { "type": "object",