update immich + vectorchord migration

This commit is contained in:
2025-07-12 16:46:30 +02:00
parent 9da246c877
commit 3acacd98aa
3 changed files with 46 additions and 7 deletions

View File

@@ -6,8 +6,8 @@
env:
REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}'
DB_HOSTNAME: "immich-postgres-rw"
DB_USERNAME:
DB_HOSTNAME: "immich-postgresql-rw"
DB_USERNAME:
valueFrom:
secretKeyRef:
name: postgres-password
@@ -56,7 +56,7 @@ machine-learning:
persistence:
cache:
enabled: true
size: 10Gi
size: 200Gi
# Optional: Set this to pvc to avoid downloading the ML models every start.
type: emptyDir
accessMode: ReadWriteMany