File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1- v0.0.15
1+ v0.0.16
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -10,8 +10,13 @@ MCP_OPERATOR_VERSION: "v0.35.2"
1010OPENMCP_OPERATOR_VERSION : " v0.13.0"
1111# renovate: datasource=github-releases depName=openmcp-project/service-provider-landscaper
1212SERVICE_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
1416CLUSTER_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
You can’t perform that action at this time.
0 commit comments