From 847eec4b9785c4fd66e76f5f4aab5323ad6676a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCnemann?= Date: Tue, 8 Jul 2025 09:18:24 +0200 Subject: [PATCH] chore: add cluster provider gardener --- component-constructor.yaml | 4 ++++ components-versions.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/component-constructor.yaml b/component-constructor.yaml index 3efe923..515b0f6 100644 --- a/component-constructor.yaml +++ b/component-constructor.yaml @@ -32,6 +32,10 @@ components: - componentName: github.com/openmcp-project/service-provider-landscaper name: service-provider-landscaper version: ${SERVICE_PROVIDER_LANDSCAPER_VERSION} + + - componentName: github.com/openmcp-project/cluster-provider-gardener + name: cluster-provider-landscaper + version: ${CLUSTER_PROVIDER_GARDENER_VERSION} sources: - access: ref: "refs/tags/${OPENMCP_VERSION}" diff --git a/components-versions.yaml b/components-versions.yaml index a70dd1d..3842484 100644 --- a/components-versions.yaml +++ b/components-versions.yaml @@ -10,3 +10,5 @@ MCP_OPERATOR_VERSION: "v0.31.0" OPENMCP_OPERATOR_VERSION: "v0.8.3" # renovate: datasource=github-releases depName=openmcp-project/service-provider-landscaper SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.3.0" +# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-gardener +CLUSTER_PROVIDER_GARDENER_VERSION: "v0.2.0"