⬆️ Update Immich group to v1.76.1

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.75.2 | v1.76.1 |
| docker     | ghcr.io/immich-app/immich-server           | v1.75.2 | v1.76.1 |
| docker     | ghcr.io/immich-app/immich-web              | v1.75.2 | v1.76.1 |
This commit is contained in:
feisar-bot
2023-08-30 11:13:58 +00:00
committed by auricom
parent f9fab2aec1
commit 3acc70a4b6
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.75.2
tag: v1.76.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.75.2
tag: v1.76.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.75.2
tag: v1.76.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.75.2
tag: v1.76.1
envFrom:
- configMapRef:
name: *configMap