⬆️ Update Immich group to v1.71.0

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.70.0 | v1.71.0 |
| docker     | ghcr.io/immich-app/immich-server           | v1.70.0 | v1.71.0 |
| docker     | ghcr.io/immich-app/immich-web              | v1.70.0 | v1.71.0 |
This commit is contained in:
feisar-bot
2023-07-29 05:14:38 +00:00
committed by auricom
parent e98497f6c7
commit 2bd765d90b
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ spec:
secret.reloader.stakater.com/reload: &secret immich-secret
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.70.0
tag: v1.71.0
envFrom:
- configMapRef:
name: *configMap

View File

@@ -38,7 +38,7 @@ spec:
secret.reloader.stakater.com/reload: &secret immich-secret
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.70.0
tag: v1.71.0
args: ["start-microservices.sh"]
envFrom:
- configMapRef:

View File

@@ -47,7 +47,7 @@ spec:
secret.reloader.stakater.com/reload: *secret
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.70.0
tag: v1.71.0
args: ["start-server.sh"]
envFrom: *envFrom
service:

View File

@@ -38,7 +38,7 @@ spec:
secret.reloader.stakater.com/reload: &secret immich-secret
image:
repository: ghcr.io/immich-app/immich-web
tag: v1.70.0
tag: v1.71.0
envFrom:
- configMapRef:
name: *configMap