import
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m31s

This commit is contained in:
2025-10-03 23:04:10 -05:00
parent dcc9726d10
commit b6e6bca159

View File

@@ -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;