⬆️ Update Immich group to v1.87.0

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.86.0 | v1.87.0 |
| docker     | ghcr.io/immich-app/immich-server           | v1.86.0 | v1.87.0 |
| docker     | ghcr.io/immich-app/immich-web              | v1.86.0 | v1.87.0 |
This commit is contained in:
feisar-bot
2023-11-18 04:19:32 +00:00
committed by auricom
parent 6c9d3e3a87
commit f80f2a1620
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@@ -53,7 +53,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-web
tag: v1.86.0
tag: v1.87.0
envFrom:
- configMapRef:
name: *configMap