Skip to content

Commit e7192ac

Browse files
authored
feat: add plaform service project workspace (#152)
1 parent 3efa8f4 commit e7192ac

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
@@ -67,6 +67,10 @@ components:
6767
name: platform-service-gateway
6868
version: ${PLATFORM_SERVICE_GATEWAY_VERSION}
6969

70+
- componentName: github.com/openmcp-project/project-workspace-operator
71+
name: platform-service-project-workspace
72+
version: ${PLATFORM_SERVICE_PROJECT_WORKSPACE_VERSION}
73+
7074
resources:
7175
- name: external-dns-chart
7276
type: helmChart

components-versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ CLUSTER_PROVIDER_KIND_VERSION: "v0.0.15"
2626
PLATFORM_SERVICE_DNS_VERSION: "v0.0.4"
2727
# renovate: datasource=github-releases depName=openmcp-project/platform-service-gateway
2828
PLATFORM_SERVICE_GATEWAY_VERSION: "v0.0.2"
29+
# renovate: datasource=github-releases depName=openmcp-project/project-workspace-operator
30+
PLATFORM_SERVICE_PROJECT_WORKSPACE_VERSION: "v1.0.0"
2931

3032
# renovate: datasource=github-releases depName=openmcp-project/bootstrapper
3133
BOOTSTRAPPER_VERSION: "v0.7.0"

0 commit comments

Comments
 (0)