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
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ jobs:
- name: Push CTF
if: ${{ env.SKIP != 'true' }}
run: |
ocm transfer ctf ./openmcp-ctf/ ${{ env.OCI_URL }}
ocm transfer ctf --copy-resources ./openmcp-ctf/ ${{ env.OCI_URL }}
26 changes: 26 additions & 0 deletions component-constructor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,32 @@ components:
- componentName: github.com/openmcp-project/cluster-provider-gardener
name: cluster-provider-gardener
version: ${CLUSTER_PROVIDER_GARDENER_VERSION}

resources:
- name: fluxcd-source-controller
version: ${FLUXCD_SOURCE_CONTROLLER_VERSION}
type: ociImage
input:
type: ociImage
path: ghcr.io/fluxcd/source-controller:${FLUXCD_SOURCE_CONTROLLER_VERSION}
repository: images/fluxcd/source-controller

- name: fluxcd-kustomize-controller
version: ${FLUXCD_KUSTOMIZE_CONTROLLER_VERSION}
type: ociImage
input:
type: ociImage
path: ghcr.io/fluxcd/kustomize-controller:${FLUXCD_KUSTOMIZE_CONTROLLER_VERSION}
repository: images/fluxcd/kustomize-controller

- name: fluxcd-helm-controller
version: ${FLUXCD_HELM_CONTROLLER_VERSION}
type: ociImage
input:
type: ociImage
path: ghcr.io/fluxcd/helm-controller:${FLUXCD_HELM_CONTROLLER_VERSION}
repository: images/fluxcd/helm-controller

sources:
- access:
ref: "refs/tags/${OPENMCP_VERSION}"
Expand Down
10 changes: 10 additions & 0 deletions components-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ OPENMCP_OPERATOR_VERSION: "v0.8.3"
SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.3.0"
# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-gardener
CLUSTER_PROVIDER_GARDENER_VERSION: "v0.2.0"

# external dependencies
# github.com/fluxcd

# renovate: datasource=github-releases depName=fluxcd/source-controller
FLUXCD_SOURCE_CONTROLLER_VERSION: "v1.6.2"
# renovate: datasource=github-releases depName=fluxcd/kustomize-controller
FLUXCD_KUSTOMIZE_CONTROLLER_VERSION: "v1.6.1"
# renovate: datasource=github-releases depName=fluxcd/helm-controller
FLUXCD_HELM_CONTROLLER_VERSION: "v1.3.0"