immich-app / immich-charts

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

Upgrading redis chart to 17.11.6 #31

Closed btajuddin closed 1 year ago

btajuddin commented 1 year ago

This upgrade is mostly about updating the default image of redis used for deployment.

Helm chart version 17.1.4 defaults to image tag 7.0.4-debian-11-r17. There are a couple issues here. First, the latest version packaged by bitnami is 7.0.11, so there are some bug fixes, especially several security fixes, included in the newer version.

The other issue is that the older image tag is only uploaded for amd64 architectures. I run a hybrid cluster of amd64 and arm64, so I really need an image that's available to both.

The updated version (17.11.6) is the latest and defaults to image tag 7.0.11-debian-11-r20. This is both the newer version of redis (7.0.11) and the image is uploaded for both architectures.

Also, I bumped the chart version, but let me know if I should undo that for your release process.

PixelJonas commented 1 year ago

Thank you very much for your contribution. LGTM