⬆️ Update Immich group to v1.82.1

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.82.0 | v1.82.1 |
| docker     | ghcr.io/immich-app/immich-proxy            | v1.82.0 | v1.82.1 |
| docker     | ghcr.io/immich-app/immich-server           | v1.82.0 | v1.82.1 |
| docker     | ghcr.io/immich-app/immich-web              | v1.82.0 | v1.82.1 |
This commit is contained in:
feisar-bot
2023-10-18 18:21:56 +00:00
committed by auricom
parent 5818c9e79f
commit 17bb8eaf77
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -31,7 +31,7 @@ spec:
configmap.reloader.stakater.com/reload: &configMap immich-configmap
image:
repository: ghcr.io/immich-app/immich-proxy
tag: v1.82.0
tag: v1.82.1
service:
main:
ports:

View File

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

View File

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