⬆️ Update Immich group to v1.69.0

| datasource | package                                    | from    | to      |
| ---------- | ------------------------------------------ | ------- | ------- |
| docker     | ghcr.io/immich-app/immich-machine-learning | v1.68.0 | v1.69.0 |
| docker     | ghcr.io/immich-app/immich-server           | v1.68.0 | v1.69.0 |
| docker     | ghcr.io/immich-app/immich-web              | v1.68.0 | v1.69.0 |
This commit is contained in:
feisar-bot
2023-07-23 18:19:41 +00:00
committed by auricom
parent 46b409fa59
commit f855138979
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.68.0
tag: v1.69.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.68.0
tag: v1.69.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.68.0
tag: v1.69.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.68.0
tag: v1.69.0
envFrom:
- configMapRef:
name: *configMap