Skip to content

Commit 84e9387

Browse files
authored
feat: add sp crossplane and cp kind (#66)
1 parent ee5c010 commit 84e9387

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.15
1+
v0.0.16

component-constructor.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,18 @@ components:
3737
name: service-provider-landscaper
3838
version: ${SERVICE_PROVIDER_LANDSCAPER_VERSION}
3939

40+
- componentName: github.com/openmcp-project/service-provider-crossplane
41+
name: service-provider-crossplane
42+
version: ${SERVICE_PROVIDER_CROSSPLANE_VERSION}
43+
4044
- componentName: github.com/openmcp-project/cluster-provider-gardener
4145
name: cluster-provider-gardener
4246
version: ${CLUSTER_PROVIDER_GARDENER_VERSION}
4347

48+
- componentName: github.com/openmcp-project/cluster-provider-kind
49+
name: cluster-provider-kind
50+
version: ${CLUSTER_PROVIDER_KIND_VERSION}
51+
4452
resources:
4553
- name: fluxcd-source-controller
4654
version: ${FLUXCD_SOURCE_CONTROLLER_VERSION}

components-versions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ MCP_OPERATOR_VERSION: "v0.35.2"
1010
OPENMCP_OPERATOR_VERSION: "v0.13.0"
1111
# renovate: datasource=github-releases depName=openmcp-project/service-provider-landscaper
1212
SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.6.0"
13+
# renovate: datasource=github-releases depName=openmcp-project/service-provider-crossplane
14+
SERVICE_PROVIDER_CROSSPLANE_VERSION: "v0.0.4"
1315
# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-gardener
1416
CLUSTER_PROVIDER_GARDENER_VERSION: "v0.5.0"
17+
# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-kind
18+
CLUSTER_PROVIDER_KIND_VERSION: "v0.0.12"
19+
1520

1621
# gitops templates for deployment
1722
# renovate: datasource=github-releases depName=openmcp-project/gitops-templates

0 commit comments

Comments
 (0)