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 @@ -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}"
Expand Down
2 changes: 2 additions & 0 deletions components-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"