fix(immich): update immich v2.6.2 → v2.6.3 (patch) (#46437)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | patch | `f1deecb` → `9806889` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | patch | `cdfbf1f` → `428b319` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | patch | `393cbb0` → `d92eb1e` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | patch | `2d2d56d` → `33b1701` | | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `1521a1c` → `0cc1f82` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.6.3`](https://redirect.github.com/immich-app/immich/releases/tag/v2.6.3) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v2.6.2...v2.6.3) ##### v2.6.3 ##### What's Changed ##### 🐛 Bug fixes - fix(mobile): remove upload timeout by [@​mertalev](https://redirect.github.com/mertalev) in [#​27237](https://redirect.github.com/immich-app/immich/pull/27237) - fix(web): prevent horizontal scroll bar in asset viewer side panel by [@​michelheusschen](https://redirect.github.com/michelheusschen) in [#​27270](https://redirect.github.com/immich-app/immich/pull/27270) - fix(web): shifting motion image button by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [#​27275](https://redirect.github.com/immich-app/immich/pull/27275) - chore(docs): withPeople parameter description by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [#​27262](https://redirect.github.com/immich-app/immich/pull/27262) - fix(server): filter out empty search suggestions by [@​michelheusschen](https://redirect.github.com/michelheusschen) in [#​27292](https://redirect.github.com/immich-app/immich/pull/27292) - fix: incorrect asset face sync by [@​bwees](https://redirect.github.com/bwees) in [#​27243](https://redirect.github.com/immich-app/immich/pull/27243) **Full Changelog**: <https://github.com/immich-app/immich/compare/v2.6.2...v2.6.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaW1taWNoIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.6.2
|
||||
appVersion: 2.6.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://github.com/immich-app/immich
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/immich
|
||||
type: application
|
||||
version: 27.0.6
|
||||
version: 27.0.11
|
||||
|
||||
|
||||
@@ -1,27 +1,27 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v2.6.2@sha256:1521a1c8c1727ec240e57585db7bf90a3b067066d4847baeb80f353d721f4d5a
|
||||
tag: v2.6.3@sha256:0cc1f82953d9598eb9e9dd11cbde1f50fe54f9c46c4506b089e8ad7bfc9d1f0c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlImage:
|
||||
repository: ghcr.io/immich-app/immich-machine-learning
|
||||
tag: v2.6.2@sha256:2d2d56d12d32b904a86952dd048224d117251d10ed10a4d75279e080e79002b7
|
||||
tag: v2.6.3@sha256:33b17015c3d14f2565e9b8cd36b48a70027b14b5cd20da7fbfff21a370b0309c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlCudaImage:
|
||||
repository: ghcr.io/immich-app/immich-machine-learning
|
||||
tag: v2.6.2-cuda@sha256:393cbb01fb6c90597649a76df9a26b605484e88c995ea8274e341eac070fe47a
|
||||
tag: v2.6.3-cuda@sha256:d92eb1e6730e77278f19e4872cfba6b78d638347ce1f9a90e51a9ffbf2eee53d
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlOpenvinoImage:
|
||||
repository: ghcr.io/immich-app/immich-machine-learning
|
||||
tag: v2.6.2-openvino@sha256:cdfbf1f042cc40149a9f2d416e8fd9ee526230c80e684652abe2595f6b39a25a
|
||||
tag: v2.6.3-openvino@sha256:428b319762c5c0f39218162bd24cab38f48d369c580389e9897c8ab92807cf7a
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
mlRocmImage:
|
||||
repository: ghcr.io/immich-app/immich-machine-learning
|
||||
tag: v2.6.2-rocm@sha256:f1deecbf022755d2668f78b0bb2c4ec61dcb7a2568c2b2224b70c11c0ad5fb99
|
||||
tag: v2.6.3-rocm@sha256:980688981c083af1e885805c33c301c19626602731f6aa057f2dbfeb7940e609
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user