From a29b3b0a55cf68961d6c3e746ec3cad9cfc640fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCnemann?= Date: Mon, 1 Sep 2025 11:07:18 +0200 Subject: [PATCH] feat: add gitops templates dependency --- component-constructor.yaml | 4 ++++ components-versions.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/component-constructor.yaml b/component-constructor.yaml index 45b3a87..3dfc836 100644 --- a/component-constructor.yaml +++ b/component-constructor.yaml @@ -17,6 +17,10 @@ components: name: openmcp-operator version: ${OPENMCP_OPERATOR_VERSION} + - componentName: github.com/openmcp-project/gitops-templates + name: gitops-templates + version: ${GITOPS_TEMPLATES_VERSION} + - componentName: github.com/openmcp-project/control-plane-operator name: control-plane-operator version: ${CONTROL_PLANE_OPERATOR_VERSION} diff --git a/components-versions.yaml b/components-versions.yaml index 5229b2b..48cf56d 100644 --- a/components-versions.yaml +++ b/components-versions.yaml @@ -13,6 +13,10 @@ SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.4.0" # renovate: datasource=github-releases depName=openmcp-project/cluster-provider-gardener CLUSTER_PROVIDER_GARDENER_VERSION: "v0.3.0" +# gitops templates for deployment +# renovate: datasource=github-releases depName=openmcp-project/gitops-templates +GITOPS_TEMPLATES_VERSION: "v0.0.1" + # external dependencies # github.com/fluxcd