OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
46 stars 79 forks source link

Support multi-arch images #95

Open sondrelg opened 1 year ago

sondrelg commented 1 year ago

Hi :slightly_smiling_face:

Sorry if this isn't the right repo for this type of issue. Hoping it is :crossed_fingers:

I noticed that for the redis-operator images you're building latest for amd64, then building separate images for arm-64 support. Unless I'm mistaken, a better way to build for multiple architectures is to just tag them the same and upload multiple versions to the same registry under the same tag. Most registries will handle this automatically.

For an example, see the cert-manager images:

image

Each of their images supports 5 different architectures for the same tag, which means I can tell Karpenter to use either amd64 or arm64 for the same image tag and not run into problems.

Would you be open to implementing this for the redis-operator and redis images?

yahel2410 commented 3 months ago

Would also love to see multi-arch images support :pray: