Update Helm release immich to v0.10.1 - autoclosed #645
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/immich-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.9.3->0.10.1Release Notes
immich-app/immich-charts (immich)
v0.10.1Compare Source
A chart to power Immich (immich.app) running on kubernetes
What's Changed
New Contributors
Full Changelog: https://github.com/immich-app/immich-charts/compare/immich-0.10.0...immich-0.10.1
v0.10.0Compare Source
Postgres subchart removal
The dependency on the previously deprecated bitnami/postgres chart has been removed. If you’re still using this subchart, you should migrate to a Postgres instance managed outside of this helm chart. We recommend CloudNativePG, for which you can find an example at https://github.com/immich-app/immich-charts/blob/main/local/cloudnative-pg.yaml. Documentation for how to migrate can be found at https://cloudnative-pg.io/documentation/1.27/database_import/ and in the discussion at #149.
Redis subchart removal
With the removal of the bitnami public catalog, this chart’s dependency on bitnami/redis has also been removed. It’s been replaced with an included Valkey deployment, enabled with
valkey.enabled = truein the values.yamlCommon library chart update
The common-library chart, on which this helm chart is built on, has been updated from 1.4.0 to 4.3.0. This comes with several breaking changes and will need you to adjust the structure of your values.yaml. For a high level overview of the change, see https://github.com/immich-app/immich-charts/pull/246/files#diff-3220177c92320cd8d33f6ceca14d2756eda97b241f5c2158c6e7d9cd5bbf194f. If you make heavier use of the common-library capabilities, please reference https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ for information on the breaking changes and what you might need to adapt.
Library mount path change
The default library mount path has been changed from
/usr/src/app/uploadto/data. This should be a seamless change, but depending on the size of your library you may need to relax startup probes to allow the migration to complete.What's Changed
d899e63by @renovate[bot] in #2115e57cd1by @renovate[bot] in #23421edf5cby @renovate[bot] in #242New Contributors
Full Changelog: https://github.com/immich-app/immich-charts/compare/immich-0.9.3...immich-0.10.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Update Helm release immich to v0.10.1to Update Helm release immich to v0.10.1 - autoclosedPull request closed