test init
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m10s

This commit is contained in:
2025-10-03 18:44:07 -05:00
parent 0bd912bdde
commit 3c835861da

View File

@@ -231,7 +231,7 @@ postgres-16-cluster:
retentionPolicy: "3d"
postgres-17-cluster:
nameOverride: immich-postgresql-17
mode: recovery
mode: standalone
cluster:
image:
repository: ghcr.io/tensorchord/cloudnative-vectorchord
@@ -251,7 +251,6 @@ postgres-17-cluster:
- "vchord.so"
initdb:
postInitSQL:
- CREATE EXTENSION IF NOT EXISTS "vector";
- CREATE EXTENSION IF NOT EXISTS "vchord" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;