diff --git a/component-constructor.yaml b/component-constructor.yaml index 86a7769..3efe923 100644 --- a/component-constructor.yaml +++ b/component-constructor.yaml @@ -28,6 +28,10 @@ components: - componentName: github.com/openmcp-project/project-workspace-operator name: project-workspace-operator version: ${PROJECT_WORKSPACE_OPERATOR_VERSION} + + - componentName: github.com/openmcp-project/service-provider-landscaper + name: service-provider-landscaper + version: ${SERVICE_PROVIDER_LANDSCAPER_VERSION} sources: - access: ref: "refs/tags/${OPENMCP_VERSION}" diff --git a/components-versions.yaml b/components-versions.yaml index 3bb9fbe..6e6bc8d 100644 --- a/components-versions.yaml +++ b/components-versions.yaml @@ -8,3 +8,5 @@ PROJECT_WORKSPACE_OPERATOR_VERSION: "v0.13.1" MCP_OPERATOR_VERSION: "v0.30.1" # renovate: datasource=github-releases depName=openmcp-project/openmcp-operator OPENMCP_OPERATOR_VERSION: "v0.8.3" +# renovate: datasource=github-releases depName=openmcp-project/service-provider-landscaper +SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.1.0"