Skip to content

Commit a95724a

Browse files
authored
feat: add usage operator component (#182)
1 parent 7f49be1 commit a95724a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

component-constructor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ components:
7171
name: platform-service-project-workspace
7272
version: ${PLATFORM_SERVICE_PROJECT_WORKSPACE_VERSION}
7373

74+
- componentName: github.com/openmcp-project/usage-operator
75+
name: platform-service-usage
76+
version: ${PLATFORM_SERVICE_USAGE_VERSION}
77+
7478
resources:
7579
- name: external-dns-chart
7680
type: helmChart

components-versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ PLATFORM_SERVICE_DNS_VERSION: "v0.0.4"
2828
PLATFORM_SERVICE_GATEWAY_VERSION: "v0.0.3"
2929
# renovate: datasource=github-releases depName=openmcp-project/project-workspace-operator
3030
PLATFORM_SERVICE_PROJECT_WORKSPACE_VERSION: "v1.1.0"
31+
# renovate: datasource=github-releases depName=openmcp-project/usage-operator
32+
PLATFORM_SERVICE_USAGE_VERSION: "v0.0.15"
3133

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

0 commit comments

Comments
 (0)