Skip to content

Commit 34cc88c

Browse files
authored
feat: add gitops templates dependency (#49)
1 parent bbcf0ad commit 34cc88c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

component-constructor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ components:
1717
name: openmcp-operator
1818
version: ${OPENMCP_OPERATOR_VERSION}
1919

20+
- componentName: github.com/openmcp-project/gitops-templates
21+
name: gitops-templates
22+
version: ${GITOPS_TEMPLATES_VERSION}
23+
2024
- componentName: github.com/openmcp-project/control-plane-operator
2125
name: control-plane-operator
2226
version: ${CONTROL_PLANE_OPERATOR_VERSION}

components-versions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.4.0"
1313
# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-gardener
1414
CLUSTER_PROVIDER_GARDENER_VERSION: "v0.3.0"
1515

16+
# gitops templates for deployment
17+
# renovate: datasource=github-releases depName=openmcp-project/gitops-templates
18+
GITOPS_TEMPLATES_VERSION: "v0.0.1"
19+
1620
# external dependencies
1721
# github.com/fluxcd
1822

0 commit comments

Comments
 (0)