Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions component-constructor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ components:
name: openmcp-operator
version: ${OPENMCP_OPERATOR_VERSION}

- componentName: github.com/openmcp-project/gitops-templates
name: gitops-templates
version: ${GITOPS_TEMPLATES_VERSION}

- componentName: github.com/openmcp-project/control-plane-operator
name: control-plane-operator
version: ${CONTROL_PLANE_OPERATOR_VERSION}
Expand Down
4 changes: 4 additions & 0 deletions components-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.4.0"
# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-gardener
CLUSTER_PROVIDER_GARDENER_VERSION: "v0.3.0"

# gitops templates for deployment
# renovate: datasource=github-releases depName=openmcp-project/gitops-templates
GITOPS_TEMPLATES_VERSION: "v0.0.1"

# external dependencies
# github.com/fluxcd

Expand Down