Update Helm release immich to v0.10.0 #269
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.3
->0.10.0
Release Notes
immich-app/immich-charts (immich)
v0.10.0
Compare 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 = true
in 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://redirect.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/upload
to/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
d899e63
by @renovate[bot] in #2115e57cd1
by @renovate[bot] in #23421edf5c
by @renovate[bot] in #242New Contributors
Full Changelog: immich-app/immich-charts@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 was generated by Mend Renovate. View the repository job log.