mirror of
https://github.com/ahinko/home-ops
synced 2026-04-21 13:37:24 +00:00
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:
parent
44034f34f9
commit
3d316eb513
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue