From b033d631a9af7d00066d9637c4406d6924887f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCnemann?= Date: Thu, 28 Aug 2025 14:01:33 +0200 Subject: [PATCH 1/2] pack crds --- Taskfile.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 07a08f7..86fe03a 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -14,3 +14,6 @@ includes: REPO_URL: 'https://github.com/openmcp-project/openmcp-operator' GENERATE_DOCS_INDEX: "true" CHART_COMPONENTS: "[]" + IMG_COMPONENTS: "[]" + CRDS_COMPONENTS: "openmcp-operator" + CRDS_PATH: '{{.ROOT_DIR}}/api/crds/manifests' From bfd77847c77066fa4a912ba2b201a343379f0ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCnemann?= Date: Thu, 28 Aug 2025 14:35:48 +0200 Subject: [PATCH 2/2] re-enable the image --- Taskfile.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 86fe03a..546a96c 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -14,6 +14,5 @@ includes: REPO_URL: 'https://github.com/openmcp-project/openmcp-operator' GENERATE_DOCS_INDEX: "true" CHART_COMPONENTS: "[]" - IMG_COMPONENTS: "[]" CRDS_COMPONENTS: "openmcp-operator" CRDS_PATH: '{{.ROOT_DIR}}/api/crds/manifests'