From ff185a77d4352cb4a322b15f57e3c693f6e35072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCnemann?= Date: Mon, 10 Nov 2025 12:44:21 +0100 Subject: [PATCH] feat: add plaform service project workspace --- component-constructor.yaml | 4 ++++ components-versions.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/component-constructor.yaml b/component-constructor.yaml index 7ed4cad..a11834a 100644 --- a/component-constructor.yaml +++ b/component-constructor.yaml @@ -67,6 +67,10 @@ components: name: platform-service-gateway version: ${PLATFORM_SERVICE_GATEWAY_VERSION} + - componentName: github.com/openmcp-project/project-workspace-operator + name: platform-service-project-workspace + version: ${PLATFORM_SERVICE_PROJECT_WORKSPACE_VERSION} + resources: - name: external-dns-chart type: helmChart diff --git a/components-versions.yaml b/components-versions.yaml index 8ad8b70..14ff594 100644 --- a/components-versions.yaml +++ b/components-versions.yaml @@ -26,6 +26,8 @@ CLUSTER_PROVIDER_KIND_VERSION: "v0.0.15" PLATFORM_SERVICE_DNS_VERSION: "v0.0.4" # renovate: datasource=github-releases depName=openmcp-project/platform-service-gateway PLATFORM_SERVICE_GATEWAY_VERSION: "v0.0.2" +# renovate: datasource=github-releases depName=openmcp-project/project-workspace-operator +PLATFORM_SERVICE_PROJECT_WORKSPACE_VERSION: "v1.0.0" # renovate: datasource=github-releases depName=openmcp-project/bootstrapper BOOTSTRAPPER_VERSION: "v0.7.0"