Created
August 19, 2024 09:16
-
-
Save jparrill/46f182368e696f78c5558833e590935b to your computer and use it in GitHub Desktop.
ImageSetConfiguration Sample for Mirroring into disconnected environments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: mirror.openshift.io/v1alpha2 | |
kind: ImageSetConfiguration | |
storageConfig: | |
registry: | |
imageURL: registry.hypershiftbm.lab:5000/openshift/release/metadata:latestv2 | |
mirror: | |
platform: | |
channels: | |
- name: candidate-4.17 | |
minVersion: 4.17.0-ec.1 | |
maxVersion: 4.17.0-ec.1 | |
- name: stable-4.16 | |
minVersion: 4.16.0 | |
maxVersion: 4.16.2 | |
type: ocp | |
additionalImages: | |
- name: quay.io/karmab/origin-keepalived-ipfailover:latest | |
- name: quay.io/karmab/kubectl:latest | |
- name: quay.io/karmab/haproxy:latest | |
- name: quay.io/karmab/mdns-publisher:latest | |
- name: quay.io/karmab/origin-coredns:latest | |
- name: quay.io/karmab/curl:latest | |
- name: quay.io/karmab/kcli:latest | |
- name: quay.io/mavazque/trbsht:latest | |
- name: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.10 | |
- name: quay.io/jparrill/hypershift-velero-plugin:main | |
operators: | |
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.15 | |
packages: | |
- name: lvms-operator | |
- name: local-storage-operator | |
- name: odf-csi-addons-operator | |
- name: odf-operator | |
- name: mcg-operator | |
- name: ocs-operator | |
- name: metallb-operator | |
- name: multicluster-engine | |
- name: redhat-oadp-operator | |
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.16 | |
packages: | |
- name: lvms-operator | |
- name: local-storage-operator | |
- name: odf-csi-addons-operator | |
- name: odf-operator | |
- name: mcg-operator | |
- name: ocs-operator | |
- name: metallb-operator | |
- name: multicluster-engine | |
- name: redhat-oadp-operator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment