upgrade immich to 1.135 + use standalone postgres [ci skip]

This commit is contained in:
Viktor Barzin 2025-06-28 13:15:48 +00:00
parent 1c4baf51d2
commit 0760000f41
2 changed files with 86 additions and 19 deletions

View file

@ -29,7 +29,7 @@ env:
# IMMICH_MACHINE_LEARNING_URL: "http://immich-machine-learning.immich.svc.cluster.local:3003"
image:
tag: v1.132.3
tag: v1.135.3
immich:
persistence:
@ -39,21 +39,6 @@ immich:
# You have to specify an existing PVC to use
existingClaim: immich
# Dependencies
postgresql:
enabled: true
# enabled: false
image:
repository: tensorchord/pgvecto-rs
tag: pg14-v0.2.0
global:
postgresql:
auth:
username: immich
database: immich
password: "${postgresql_password}"
redis:
enabled: false
architecture: standalone