From 234c0ae4b68ff58f12206092e3d6ae66a3e1feba Mon Sep 17 00:00:00 2001 From: Yannic Hayoz Date: Thu, 2 Mar 2023 11:28:50 +0100 Subject: [PATCH] [common]: fix networkpolicy schema.json Signed-off-by: Yannic Hayoz --- charts/common/Chart.yaml | 2 +- charts/common/values.schema.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 25615b3c..4aaa5ae0 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -27,4 +27,4 @@ annotations: artifacthub.io/prerelease: "false" artifacthub.io/license: Apache-2.0 artifacthub.io/changes: | - - "[Fixed]: Linting for NetworkPolicy" + - "[Fixed]: Schema Json for NetworkPolicy" diff --git a/charts/common/values.schema.json b/charts/common/values.schema.json index 9122642a..f689ee98 100644 --- a/charts/common/values.schema.json +++ b/charts/common/values.schema.json @@ -636,10 +636,7 @@ ], "properties": { "cidr": { - "type": [ - "number", - "string" - ] + "type": "string" } } },