fix(container): update immich group ( v2.7.2 → v2.7.3 ) (#6221)

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

Co-authored-by: homeops-bot[bot] <104016614+homeops-bot[bot]@users.noreply.github.com>
This commit is contained in:
homeops-bot[bot] 2026-04-09 22:56:28 +02:00 committed by GitHub
parent b6ec9732f0
commit 616f2b361b
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.2
version=v2.7.3
# 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.2
tag: v2.7.3
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.2
tag: v2.7.3
env:
TZ: "Europe/Stockholm"
REDIS_HOSTNAME: *redisHost