Update Helm release immich to v0.10.1 - autoclosed #645

Closed
renovate wants to merge 1 commits from renovate/immich-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
immich (source) HelmChart minor 0.9.3 -> 0.10.1

Release Notes

immich-app/immich-charts (immich)

v0.10.1

Compare 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.0

Compare Source

[!CAUTION]
This chart release has many breaking changes. Please read the changelog carefully and make sure you have backups.

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.yaml

Common 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/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

New 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [immich](https://immich.app/) ([source](https://github.com/immich-app/immich-charts)) | HelmChart | minor | `0.9.3` -> `0.10.1` | --- ### Release Notes <details> <summary>immich-app/immich-charts (immich)</summary> ### [`v0.10.1`](https://github.com/immich-app/immich-charts/releases/tag/immich-0.10.1) [Compare Source](https://github.com/immich-app/immich-charts/compare/immich-0.10.0...immich-0.10.1) A chart to power Immich (immich.app) running on kubernetes #### What's Changed - fix: pvc is not a valid type, should be persistentVolumeClaim by [@&#8203;alexbarcelo](https://github.com/alexbarcelo) in [#&#8203;259](https://github.com/immich-app/immich-charts/pull/259) - fix: update link in values to common lib by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;271](https://github.com/immich-app/immich-charts/pull/271) - chore: add comment for database connection env vars by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;268](https://github.com/immich-app/immich-charts/pull/268) - chore(deps): update github-actions by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;261](https://github.com/immich-app/immich-charts/pull/261) - chore(deps): update docker.io/valkey/valkey docker tag to v9 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;262](https://github.com/immich-app/immich-charts/pull/262) - chore: release 0.10.1 by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;272](https://github.com/immich-app/immich-charts/pull/272) #### New Contributors - [@&#8203;alexbarcelo](https://github.com/alexbarcelo) made their first contribution in [#&#8203;259](https://github.com/immich-app/immich-charts/pull/259) **Full Changelog**: <https://github.com/immich-app/immich-charts/compare/immich-0.10.0...immich-0.10.1> ### [`v0.10.0`](https://github.com/immich-app/immich-charts/releases/tag/immich-0.10.0) [Compare Source](https://github.com/immich-app/immich-charts/compare/immich-0.9.3...immich-0.10.0) > \[!CAUTION] > This chart release has many breaking changes. Please read the changelog carefully and make sure you have backups. ##### 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 [#&#8203;149](https://github.com/immich-app/immich-charts/issues/149). ##### Redis subchart removal With [the removal of the bitnami public catalog](https://github.com/bitnami/containers/issues/83267), 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.yaml ##### Common 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/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 - chore(deps): update github-actions by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;204](https://github.com/immich-app/immich-charts/pull/204) - chore(deps): update alpine/helm:3.17.3 docker digest to [`d899e63`](https://github.com/immich-app/immich-charts/commit/d899e63) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;211](https://github.com/immich-app/immich-charts/pull/211) - chore(deps): update github-actions by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;218](https://github.com/immich-app/immich-charts/pull/218) - chore(deps): update actions/checkout action to v5 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;231](https://github.com/immich-app/immich-charts/pull/231) - chore(deps): update github-actions by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;220](https://github.com/immich-app/immich-charts/pull/220) - chore(deps): update docker/login-action digest to [`5e57cd1`](https://github.com/immich-app/immich-charts/commit/5e57cd1) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;234](https://github.com/immich-app/immich-charts/pull/234) - fix: existingClaim must be a string by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;209](https://github.com/immich-app/immich-charts/pull/209) - fix!: remove deprecated redis chart dependency by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;235](https://github.com/immich-app/immich-charts/pull/235) - feat!: remove deprecated postgres subchart by [@&#8203;judahrand](https://github.com/judahrand) in [#&#8203;190](https://github.com/immich-app/immich-charts/pull/190) - chore: bump appVersion to v1.143.1 by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;236](https://github.com/immich-app/immich-charts/pull/236) - feat: local dev cluster with tilt by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;237](https://github.com/immich-app/immich-charts/pull/237) - feat: run tilt in ci by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;238](https://github.com/immich-app/immich-charts/pull/238) - fix: only comment diff if not fork by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;239](https://github.com/immich-app/immich-charts/pull/239) - feat!: update common helm library to 4.3.0 by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;246](https://github.com/immich-app/immich-charts/pull/246) - chore(deps): pin docker.io/valkey/valkey docker tag to [`21edf5c`](https://github.com/immich-app/immich-charts/commit/21edf5c) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;242](https://github.com/immich-app/immich-charts/pull/242) - chore(deps): update int128/diff-action action to v1.56.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;245](https://github.com/immich-app/immich-charts/pull/245) - chore(deps): update dependency kubectl to v1.34.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;243](https://github.com/immich-app/immich-charts/pull/243) - chore(deps): update dependency helm to v3.19.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;244](https://github.com/immich-app/immich-charts/pull/244) - chore(deps): update dependency tilt to v0.35.2 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;251](https://github.com/immich-app/immich-charts/pull/251) - chore(deps): update docker.io/valkey/valkey docker tag to v8.1 - autoclosed by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;253](https://github.com/immich-app/immich-charts/pull/253) - chore: bump appVersion to v2.0.0 by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;250](https://github.com/immich-app/immich-charts/pull/250) - chore: change library mount path to /data by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;249](https://github.com/immich-app/immich-charts/pull/249) - fix: improve checks for deprecated values by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;248](https://github.com/immich-app/immich-charts/pull/248) - chore(deps): update alpine/helm docker tag to v3.19.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;252](https://github.com/immich-app/immich-charts/pull/252) - chore: update common library notes in README by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;255](https://github.com/immich-app/immich-charts/pull/255) - chore: release 0.10.0 by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;254](https://github.com/immich-app/immich-charts/pull/254) - fix: use push-o-matic for releases by [@&#8203;bo0tzz](https://github.com/bo0tzz) in [#&#8203;256](https://github.com/immich-app/immich-charts/pull/256) #### New Contributors - [@&#8203;judahrand](https://github.com/judahrand) made their first contribution in [#&#8203;190](https://github.com/immich-app/immich-charts/pull/190) **Full Changelog**: <https://github.com/immich-app/immich-charts/compare/immich-0.9.3...immich-0.10.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjQxLjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-10-24 02:31:37 +00:00
renovate added 2 commits 2025-10-24 11:04:46 +00:00
renovate added 2 commits 2025-10-24 13:43:30 +00:00
renovate added 2 commits 2025-10-25 01:36:58 +00:00
renovate added 2 commits 2025-10-25 05:00:58 +00:00
renovate added 2 commits 2025-10-25 07:19:16 +00:00
renovate added 2 commits 2025-10-25 09:05:07 +00:00
renovate added 2 commits 2025-10-25 10:49:28 +00:00
renovate added 2 commits 2025-10-25 15:03:23 +00:00
renovate added 2 commits 2025-10-25 16:01:10 +00:00
renovate changed title from Update Helm release immich to v0.10.1 to Update Helm release immich to v0.10.1 - autoclosed 2025-10-27 16:02:21 +00:00
renovate closed this pull request 2025-10-27 16:02:22 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#645
No description provided.