Skip to content

Commit 321818a

Browse files
authored
chore: add service-provider-landscaper (#22)
1 parent 64dc0fa commit 321818a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

component-constructor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ components:
2828
- componentName: github.com/openmcp-project/project-workspace-operator
2929
name: project-workspace-operator
3030
version: ${PROJECT_WORKSPACE_OPERATOR_VERSION}
31+
32+
- componentName: github.com/openmcp-project/service-provider-landscaper
33+
name: service-provider-landscaper
34+
version: ${SERVICE_PROVIDER_LANDSCAPER_VERSION}
3135
sources:
3236
- access:
3337
ref: "refs/tags/${OPENMCP_VERSION}"

components-versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ PROJECT_WORKSPACE_OPERATOR_VERSION: "v0.13.1"
88
MCP_OPERATOR_VERSION: "v0.30.1"
99
# renovate: datasource=github-releases depName=openmcp-project/openmcp-operator
1010
OPENMCP_OPERATOR_VERSION: "v0.8.3"
11+
# renovate: datasource=github-releases depName=openmcp-project/service-provider-landscaper
12+
SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.1.0"

0 commit comments

Comments
 (0)