⬆️ Update Immich group to v1.85.0

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.84.0 | v1.85.0 |
| docker     | ghcr.io/immich-app/immich-server           | v1.84.0 | v1.85.0 |
| docker     | ghcr.io/immich-app/immich-web              | v1.84.0 | v1.85.0 |
This commit is contained in:
feisar-bot
2023-11-08 04:20:39 +00:00
committed by auricom
parent 90be307a26
commit c740ba8456
4 changed files with 4 additions and 4 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.84.0 tag: v1.85.0
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.84.0 tag: v1.85.0
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.84.0 tag: v1.85.0
args: ["start-server.sh"] args: ["start-server.sh"]
envFrom: *envFrom envFrom: *envFrom
resources: resources:

View File

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