immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
110 stars 48 forks source link

Arm(64) is not supported #7

Closed sbkg0002 closed 1 year ago

sbkg0002 commented 1 year ago

Although Immich supports arm64 architecture, the reddis and postgresql images by Bitnami do not.

Any reason why the official images for these packages are not used? These are multi-arch.

I can create a PR to use them ofc.

PixelJonas commented 1 year ago

Hey @sbkg0002, there is no specific reason. Do you know if there are official Helm-Charts from them available as well?

If you could draft a PR switching to another version that's fine by my as it would streamline our support of architectures with Immich

jameswynn commented 1 year ago

I recommend using these images for arm64: https://github.com/ZCube/bitnami-compat

bo0tzz commented 1 year ago

As of a few days ago, bitnami now supplies arm64 images themselves, so there's no need to switch to another chart or image. We might need to update the chart versions, though I haven't checked.

jameswynn commented 1 year ago

That's great news. Took them long enough 😂