⬆️ Update Immich group to v1.88.2

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.88.1 | v1.88.2 |
| docker     | ghcr.io/immich-app/immich-server           | v1.88.1 | v1.88.2 |
This commit is contained in:
feisar-bot
2023-11-21 17:18:17 +00:00
committed by auricom
parent 69ecb8d4b4
commit a859499386
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.88.1
tag: v1.88.2
envFrom:
- configMapRef:
name: *configMap

View File

@@ -58,7 +58,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.88.1
tag: v1.88.2
args:
- start-microservices.sh
envFrom:

View File

@@ -66,7 +66,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.88.1
tag: v1.88.2
args: ["start-server.sh"]
envFrom: *envFrom
resources: