From 60921ac503c98f89278439430c594717c0865d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCnemann?= Date: Wed, 5 Nov 2025 09:26:19 +0100 Subject: [PATCH] feat: add platform service gateway --- component-constructor.yaml | 4 ++++ components-versions.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/component-constructor.yaml b/component-constructor.yaml index 7d669f0..7ed4cad 100644 --- a/component-constructor.yaml +++ b/component-constructor.yaml @@ -63,6 +63,10 @@ components: name: platform-service-dns version: ${PLATFORM_SERVICE_DNS_VERSION} + - componentName: github.com/openmcp-project/platform-service-gateway + name: platform-service-gateway + version: ${PLATFORM_SERVICE_GATEWAY_VERSION} + resources: - name: external-dns-chart type: helmChart diff --git a/components-versions.yaml b/components-versions.yaml index 0d5c457..4c6600b 100644 --- a/components-versions.yaml +++ b/components-versions.yaml @@ -24,6 +24,8 @@ CLUSTER_PROVIDER_KIND_VERSION: "v0.0.15" # Platform Services # renovate: datasource=github-releases depName=openmcp-project/platform-service-dns PLATFORM_SERVICE_DNS_VERSION: "v0.0.4" +# renovate: datasource=github-releases depName=openmcp-project/platform-service-gateway +PLATFORM_SERVICE_GATEWAY_VERSION: "v0.0.1" # renovate: datasource=github-releases depName=openmcp-project/bootstrapper BOOTSTRAPPER_VERSION: "v0.6.1"