⬆️ Update Immich group to v1.81.1

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.80.0 | v1.81.1 |
| docker     | ghcr.io/immich-app/immich-server           | v1.80.0 | v1.81.1 |
| docker     | ghcr.io/immich-app/immich-web              | v1.80.0 | v1.81.1 |
This commit is contained in:
feisar-bot
2023-10-04 18:23:39 +00:00
committed by auricom
parent e1cc9914fd
commit 34c8652c02
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.80.0
tag: v1.81.1
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.80.0
tag: v1.81.1
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.80.0
tag: v1.81.1
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.80.0
tag: v1.81.1
envFrom:
- configMapRef:
name: *configMap