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 mode: recovery
cluster: cluster:
image: image:
repository: ghcr.io/immich-app/postgres repository: ghcr.io/tensorchord/cloudnative-vectorchord
tag: 16-vectorchord0.4.3-pgvectors0.2.1 tag: 16.9-0.4.3
storage: storage:
storageClass: local-path storageClass: local-path
walStorage: walStorage:
@@ -272,7 +272,6 @@ postgres-16-b-cluster:
- app - app
postImportApplicationSQL: postImportApplicationSQL:
- CREATE EXTENSION IF NOT EXISTS "vector"; - CREATE EXTENSION IF NOT EXISTS "vector";
- CREATE EXTENSION IF NOT EXISTS "vectors";
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE; - CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE; - CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE; - CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;