Skip to content

Commit 78d00b1

Browse files
authored
feat: add openmcp bootstrapper (#79)
1 parent ba9eb06 commit 78d00b1

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

component-constructor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ components:
4949
name: cluster-provider-kind
5050
version: ${CLUSTER_PROVIDER_KIND_VERSION}
5151

52+
- componentName: github.com/openmcp-project/bootstrapper
53+
name: bootstrapper
54+
version: ${BOOTSTRAPPER_VERSION}
55+
5256
resources:
5357
- name: fluxcd-source-controller
5458
version: ${FLUXCD_SOURCE_CONTROLLER_VERSION}

components-versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ SERVICE_PROVIDER_CROSSPLANE_VERSION: "v0.0.5"
1616
CLUSTER_PROVIDER_GARDENER_VERSION: "v0.6.0"
1717
# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-kind
1818
CLUSTER_PROVIDER_KIND_VERSION: "v0.0.15"
19+
# renovate: datasource=github-releases depName=openmcp-project/bootstrapper
20+
BOOTSTRAPPER_VERSION: "v0.1.1"
1921

2022

2123
# gitops templates for deployment

0 commit comments

Comments
 (0)