From e8e2a4d5f112e8a63a8a1fb0c05a071ea300dd53 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 23 May 2025 23:21:23 +0530 Subject: [PATCH] update to immich version 1.133.0 --- cluster/apps/immich/immich-db.yml | 16 +--------------- cluster/apps/immich/immich.yml | 6 +++--- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/cluster/apps/immich/immich-db.yml b/cluster/apps/immich/immich-db.yml index 5c2ac7a..76160a4 100644 --- a/cluster/apps/immich/immich-db.yml +++ b/cluster/apps/immich/immich-db.yml @@ -22,7 +22,7 @@ spec: ports: - containerPort: 6379 - name: immich-psql - image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0 + image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 ports: - containerPort: 5432 env: @@ -40,20 +40,6 @@ spec: volumeMounts: - mountPath: /var/lib/postgresql/data name: immich - args: - - "postgres" - - "-c" - - "shared_preload_libraries=vectors.so" - - "-c" - - "search_path=\"$$user\", public, vectors" - - "-c" - - "logging_collector=on" - - "-c" - - "max_wal_size=2GB" - - "-c" - - "shared_buffers=512MB" - - "-c" - - "wal_compression=on" volumes: - name: immich nfs: diff --git a/cluster/apps/immich/immich.yml b/cluster/apps/immich/immich.yml index 26f9c9c..e1c6c8d 100644 --- a/cluster/apps/immich/immich.yml +++ b/cluster/apps/immich/immich.yml @@ -40,7 +40,7 @@ spec: done containers: - name: immich-server - image: ghcr.io/immich-app/immich-server:v1.132.3 + image: ghcr.io/immich-app/immich-server:v1.133.0 ports: - containerPort: 2283 env: @@ -63,7 +63,7 @@ spec: - mountPath: /usr/src/app/upload name: pictures - name: immich-machine-learning - image: ghcr.io/immich-app/immich-machine-learning:v1.132.3-cuda + image: ghcr.io/immich-app/immich-machine-learning:v1.133.0-cuda ports: - containerPort: 3003 env: @@ -78,7 +78,7 @@ spec: mountPath: /cache resources: limits: - nvidia.com/gpu: 1 + nvidia.com/gpu: "1" volumes: - name: pictures persistentVolumeClaim: