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"