fix(container): update immich group ( v2.7.4 → v2.7.5 ) (#6244)

| datasource | package                                    | from   | to     |
| ---------- | ------------------------------------------ | ------ | ------ |
| docker     | ghcr.io/immich-app/immich-machine-learning | v2.7.4 | v2.7.5 |
| docker     | ghcr.io/immich-app/immich-server           | v2.7.4 | v2.7.5 |

Co-authored-by: homeops-bot[bot] <104016614+homeops-bot[bot]@users.noreply.github.com>
This commit is contained in:
homeops-bot[bot] 2026-04-15 14:00:16 +02:00 committed by GitHub
parent 44034f34f9
commit 3d316eb513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
# renovate: datasource=docker depName=ghcr.io/immich-app/immich-server
version=v2.7.4
version=v2.7.5
# Get file from immich repo that includes VectorChord version range
SOURCE_CONSTANTS=$(curl -s https://raw.githubusercontent.com/immich-app/immich/$version/server/src/constants.ts)

View file

@ -21,7 +21,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v2.7.4
tag: v2.7.5
env:
TZ: "Europe/Stockholm"
IMMICH_MEDIA_LOCATION: &mediaLocation /usr/src/app/upload
@ -55,7 +55,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v2.7.4
tag: v2.7.5
env:
TZ: "Europe/Stockholm"
REDIS_HOSTNAME: *redisHost