rabbitmq / OLM-Package-Repo

Script to generate OLM (Operator-LifeCycle-Manager) Bundles for RabbitMQ Kubernetes operators
MIT License
0 stars 2 forks source link

Check multi-arch images #10

Closed DanielePalaia closed 6 months ago

DanielePalaia commented 7 months ago

Is your feature request related to a problem? Please describe.

Based on the testing done: https://github.com/rabbitmq/cluster-operator/pull/1569 it looks like the olm images created by the script are just for amd64 even tough the operator images are multi-arch.

Maybe some other flags need to be passed to opm when generating the images.

To see if this is happening also to the final version released in operatorhub/openshift-marketplace (that ones are generated internally by the redhat repo)

Describe the solution you'd like

The OLM images should be multiarch at least the ones deployed in Operatorhub/Openshift marketplace

Describe alternatives you've considered

No response

Additional context

No response

DanielePalaia commented 6 months ago

I tested the flow in an arm64 kubernetes cluster and is working fine.

So probably the issue is just on how we create our test image but the opensfhit marketplace release is release multi-arch.

I will close this one