Skip to content

Commit 80680ab

Browse files
authored
feat: add platform service gateway (#145)
1 parent 1990879 commit 80680ab

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

component-constructor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ components:
6363
name: platform-service-dns
6464
version: ${PLATFORM_SERVICE_DNS_VERSION}
6565

66+
- componentName: github.com/openmcp-project/platform-service-gateway
67+
name: platform-service-gateway
68+
version: ${PLATFORM_SERVICE_GATEWAY_VERSION}
69+
6670
resources:
6771
- name: external-dns-chart
6872
type: helmChart

components-versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ CLUSTER_PROVIDER_KIND_VERSION: "v0.0.15"
2424
# Platform Services
2525
# renovate: datasource=github-releases depName=openmcp-project/platform-service-dns
2626
PLATFORM_SERVICE_DNS_VERSION: "v0.0.4"
27+
# renovate: datasource=github-releases depName=openmcp-project/platform-service-gateway
28+
PLATFORM_SERVICE_GATEWAY_VERSION: "v0.0.1"
2729

2830
# renovate: datasource=github-releases depName=openmcp-project/bootstrapper
2931
BOOTSTRAPPER_VERSION: "v0.6.1"

0 commit comments

Comments
 (0)