⬆️ Update Immich group to v1.88.1

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.87.0 | v1.88.1 |
| docker     | ghcr.io/immich-app/immich-server           | v1.87.0 | v1.88.1 |
This commit is contained in:
feisar-bot
2023-11-21 04:21:07 +00:00
committed by auricom
parent 89e130afeb
commit 10c804c2a7
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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