I had some trouble recently which made me have to clear my kubernetes metadata. In the process, my apps had to pull their images again. The problem is that both immich and paperless ngx depend on the bitnami/redis:7.0.11 image, which has been taken down by bitnami a few weeks ago. Can I somehow fix this dependency locally, do I have to wait for the apps to get updates to fix it?
I am running TrueNAS Dragonfish-24.04.2.5, the immich Chart Version is 4.0.23, paperless chart version is 1.2.61
The reason for this is that the chart is using the redis container from bitnami, which as of Sept 29th was discontinued (Sorry for the weird link formatting, apparently you can’t include links in posts?): https:// github .com /bitnami/containers/issues/83267
The chart needs to be updated to point to a good source for redis containers.
Disclaimer:
I’m a new truenas user and I’m trying out immich for the first time. My investigation has been all of 1 hour. I don’t know if there’s already a good place for redis containers. Also the immich version of the chart is behind. Maybe the chart needs an update, if I continue with immich I’ll look into this further. But I was able to get immich up and running with this information. Take this with a grain of salt, just trying to help.
Use at your own risk:
After installing the application, which you have presumably already done, you can override the value of the redis container location in a values file.
Get a shell and edit the file at /ix-applications/releases/<application_name:likely immich>/charts/4.0.23/ix_values.yaml
I added the following lines to use the latest build bitnami secure. See the link above, only the latest tag is valid:
The chart is pinned to 7.0.11. You can also use the legacy repo, which will not receive any security updates. But as an option, these lines are untested but should also work:
My previous post is outdated. I found a number of things that didn’t work right with Immich v1 and came to realize that upgrading to a more recent version of TrueNAS provided a more recent version of Immich! I upgraded and launched the provided the latest Immich v2.2.3 application and things worked out of the box.
However, I don’t know how to migrate data. In my case, I was just testing and I didn’t care about my Immich history. I think TrueNAS 24.04 uses kubernetes, where I upgraded to 25.04 which no longer does. The backing database is now in a different location and would need to be migrated. All the pictures/videos on the filesystem will still be around though.
All in all, if possible plan your migration and upgrade TrueNAS
I ended up doing that as well a few weeks ago. I went straight from 24.4 to 25.4. That did entail having to reinstall every app because of the migration from k3s to docker, but other than that it worked smoothly enough. Thanks again for trying as well though!