⬆️ Update Immich group to v1.83.0

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.82.1 | v1.83.0 |
| docker     | ghcr.io/immich-app/immich-proxy            | v1.82.1 | v1.83.0 |
| docker     | ghcr.io/immich-app/immich-server           | v1.82.1 | v1.83.0 |
| docker     | ghcr.io/immich-app/immich-web              | v1.82.1 | v1.83.0 |
This commit is contained in:
feisar-bot
2023-10-28 15:15:58 +00:00
committed by auricom
parent b0d53bed08
commit d8d7389236
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.1
tag: v1.83.0
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.1
tag: v1.83.0
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.1
tag: v1.83.0
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.1
tag: v1.83.0
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.1
tag: v1.83.0
envFrom:
- configMapRef:
name: *configMap