Skip to content
Open
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 @@ -71,6 +71,10 @@ components:
name: platform-service-project-workspace
version: ${PLATFORM_SERVICE_PROJECT_WORKSPACE_VERSION}

- componentName: github.com/openmcp-project/usage-operator
name: platform-service-usage
version: ${PLATFORM_SERVICE_USAGE_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 @@ -28,6 +28,8 @@ PLATFORM_SERVICE_DNS_VERSION: "v0.0.4"
PLATFORM_SERVICE_GATEWAY_VERSION: "v0.0.3"
# renovate: datasource=github-releases depName=openmcp-project/project-workspace-operator
PLATFORM_SERVICE_PROJECT_WORKSPACE_VERSION: "v1.1.0"
# renovate: datasource=github-releases depName=openmcp-project/usage-operator
PLATFORM_SERVICE_USAGE_VERSION: "v0.0.15"

# renovate: datasource=github-releases depName=openmcp-project/bootstrapper
BOOTSTRAPPER_VERSION: "v0.7.0"
Expand Down