From 82e950507a066cb93ee19371f375ba0565f591a7 Mon Sep 17 00:00:00 2001 From: Prashanth Sundararaman Date: Wed, 3 Apr 2024 01:02:19 -0700 Subject: [PATCH] Add importMode and set it to `PreserveOriginal` to import (#144) manifestlisted image Similar to https://github.com/openshift/cluster-samples-operator/pull/482, we want CVO managed imagestreams to have the importMode as preserveOriginal so that it imports the manifestlisted image with all arches so that it works on a multi-arch compute cluster --- manifests/01-openshift-imagestream.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/01-openshift-imagestream.yaml b/manifests/01-openshift-imagestream.yaml index cd3ed45..b10422b 100644 --- a/manifests/01-openshift-imagestream.yaml +++ b/manifests/01-openshift-imagestream.yaml @@ -13,12 +13,14 @@ spec: - name: latest importPolicy: scheduled: true + importMode: PreserveOriginal from: kind: DockerImage name: example.com/image-reference-placeholder:driver-toolkit - name: 0.0.1-snapshot-machine-os importPolicy: scheduled: true + importMode: PreserveOriginal from: kind: DockerImage name: example.com/image-reference-placeholder:driver-toolkit