From 9c2ccd45c570fad03a800d88ef3fafbf08e0d7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Thu, 13 Feb 2025 16:30:40 +0100 Subject: [PATCH] fix(charts): update required fields in content configurations --- charts/extension-manager-operator-crds/Chart.yaml | 2 +- .../templates/core.openmfp.io_contentconfigurations.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/extension-manager-operator-crds/Chart.yaml b/charts/extension-manager-operator-crds/Chart.yaml index 5b7e6577d..b8abef153 100644 --- a/charts/extension-manager-operator-crds/Chart.yaml +++ b/charts/extension-manager-operator-crds/Chart.yaml @@ -3,5 +3,5 @@ name: extension-manager-operator-crds description: A Helm chart for Kubernetes type: application -version: 0.2.0 +version: 0.2.1 appVersion: "0.0.0" diff --git a/charts/extension-manager-operator-crds/templates/core.openmfp.io_contentconfigurations.yaml b/charts/extension-manager-operator-crds/templates/core.openmfp.io_contentconfigurations.yaml index 781404270..d5b46dd38 100644 --- a/charts/extension-manager-operator-crds/templates/core.openmfp.io_contentconfigurations.yaml +++ b/charts/extension-manager-operator-crds/templates/core.openmfp.io_contentconfigurations.yaml @@ -58,6 +58,9 @@ spec: - yaml - json type: string + required: + - content + - contentType type: object remoteConfiguration: properties: @@ -91,6 +94,9 @@ spec: type: string url: type: string + required: + - contentType + - url type: object type: object status: