Upgrade immich

This commit is contained in:
Tyler Perkins 2024-07-19 20:16:33 -04:00
parent df583109a0
commit b409f08248
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:release
image: ghcr.io/immich-app/immich-machine-learning:v1.109.2
env:
- name: UPLOAD_LOCATION
value: /usr/src/app/upload

View File

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: immich-microservices
image: ghcr.io/immich-app/immich-server:release
image: ghcr.io/immich-app/immich-server:v1.109.2
args: ["start.sh", "microservices"]
env:
- name: UPLOAD_LOCATION

View File

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: immich-server
image: ghcr.io/immich-app/immich-server:release
image: ghcr.io/immich-app/immich-server:v1.109.2
args: ["start.sh", "immich"]
ports:
- containerPort: 3001