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