diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index 8825a5b80..cfb261761 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -236,8 +236,8 @@ postgres-16-b-cluster: mode: recovery cluster: image: - repository: ghcr.io/immich-app/postgres - tag: 16-vectorchord0.4.3-pgvectors0.2.1 + repository: ghcr.io/tensorchord/cloudnative-vectorchord + tag: 16.9-0.4.3 storage: storageClass: local-path walStorage: @@ -272,7 +272,6 @@ postgres-16-b-cluster: - app postImportApplicationSQL: - CREATE EXTENSION IF NOT EXISTS "vector"; - - CREATE EXTENSION IF NOT EXISTS "vectors"; - CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE; - CREATE EXTENSION IF NOT EXISTS "cube" CASCADE; - CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;