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: spec:
containers: containers:
- name: immich-machine-learning - 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: env:
- name: UPLOAD_LOCATION - name: UPLOAD_LOCATION
value: /usr/src/app/upload value: /usr/src/app/upload

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: immich-microservices - 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"] args: ["start.sh", "microservices"]
env: env:
- name: UPLOAD_LOCATION - name: UPLOAD_LOCATION

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: immich-server - 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"] args: ["start.sh", "immich"]
ports: ports:
- containerPort: 3001 - containerPort: 3001