chore(helm): update immich v2.2.0 → v2.2.1 (patch) (#41303)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| patch | `640d85e` -> `c0e1fd0` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| patch | `0cbaebf` -> `b91fd52` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| patch | `c3676c2` -> `d25ad04` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| patch | `5df77af` -> `590a76b` |
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| patch | `9062750` -> `2c951a4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>immich-app/immich
(ghcr.io/immich-app/immich-machine-learning)</summary>

###
[`v2.2.1`](https://redirect.github.com/immich-app/immich/releases/tag/v2.2.1)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v2.2.0...v2.2.1)

<!-- Release notes generated using configuration in .github/release.yml
at v2.2.1 -->

##### What's Changed

##### 🐛 Bug fixes

- fix(mobile): regression - not displayed activity button in top bar by
[@&#8203;idubnori](https://redirect.github.com/idubnori) in
[#&#8203;23366](https://redirect.github.com/immich-app/immich/pull/23366)
- fix: asset copy validation error by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[#&#8203;23387](https://redirect.github.com/immich-app/immich/pull/23387)
- fix(ml): ocr failing with rootless docker by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;23402](https://redirect.github.com/immich-app/immich/pull/23402)
- fix(mobile): video seeking on android by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;23405](https://redirect.github.com/immich-app/immich/pull/23405)
- fix: button condition rendering by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;23400](https://redirect.github.com/immich-app/immich/pull/23400)
- fix: view in timeline does not jump to the timeline correctly by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;23428](https://redirect.github.com/immich-app/immich/pull/23428)
- fix: show close button on purchase modal by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;23436](https://redirect.github.com/immich-app/immich/pull/23436)

##### 📚 Documentation

- chore: update android signing fingerprints to docs by
[@&#8203;luneth](https://redirect.github.com/luneth) in
[#&#8203;23361](https://redirect.github.com/immich-app/immich/pull/23361)

##### 🌐 Translations

- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[#&#8203;23375](https://redirect.github.com/immich-app/immich/pull/23375)

##### New Contributors

- [@&#8203;luneth](https://redirect.github.com/luneth) made their first
contribution in
[#&#8203;23361](https://redirect.github.com/immich-app/immich/pull/23361)

**Full Changelog**:
<https://github.com/immich-app/immich/compare/v2.2.0...v2.2.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2025-10-31 21:50:48 +01:00
committed by GitHub
parent 0b51ed02f3
commit f668253f0b
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.2.0
appVersion: 2.2.1
dependencies:
- name: common
version: 28.26.1
@@ -44,5 +44,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/immich
type: application
version: 25.5.1
version: 25.5.6
+5 -5
View File
@@ -1,26 +1,26 @@
image:
repository: ghcr.io/immich-app/immich-server
tag: v2.2.0@sha256:90627507693076ec068415daba4d617e48a876ad8069c8cc7e1bc1fdd6f9392b
tag: v2.2.1@sha256:2c951a4063b55ec2de197fdf6a85e32b05872d3a18a18eaf851b827ff2622814
pullPolicy: IfNotPresent
mlImage:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v2.2.0@sha256:5df77af74af072f1552720d72f1838f63a60d7173d4187ab014686ccd18b567e
tag: v2.2.1@sha256:590a76bba3d88ccf78b03cde0c0fb8788f7d76ae6caf90ad33a34b5b4cc35f11
pullPolicy: IfNotPresent
mlCudaImage:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v2.2.0-cuda@sha256:c3676c26b4ae2710cd649a5f59ba0b6bed017c1836a0597a7c98d98ec2a726f2
tag: v2.2.1-cuda@sha256:d25ad0486c73faa7ee46c99b3961f88474b89a336a5b4b0f8d658e9824e34b3a
pullPolicy: IfNotPresent
mlOpenvinoImage:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v2.2.0-openvino@sha256:0cbaebf8431295c69c784e61c3e5f2e8667662ec08df02427795aae9abe235f0
tag: v2.2.1-openvino@sha256:b91fd52230636794c5078289bb0dcfd3172b4e8f60b4907556e4b3b61591cac3
pullPolicy: IfNotPresent
mlRocmImage:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v2.2.0-rocm@sha256:640d85ea94dd3d7364a6a6aef1d40c02bf891c1aa1321420fe87c71f0c473cd5
tag: v2.2.1-rocm@sha256:c0e1fd039f33eb3e8e8c2634b8dff585b0f42910dd1cfb013364442834818755
pullPolicy: IfNotPresent
securityContext: