Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions component-constructor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions components-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down