Skip to content

Commit

Permalink
Add importMode and set it to PreserveOriginal to import (#144)
Browse files Browse the repository at this point in the history
manifestlisted image

Similar to
openshift/cluster-samples-operator#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
  • Loading branch information
Prashanth684 committed Apr 3, 2024
1 parent 142ddc0 commit 82e9505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/01-openshift-imagestream.yaml
Expand Up @@ -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

0 comments on commit 82e9505

Please sign in to comment.