From 3c835861da312e8e29a1636cc59938ed398c0541 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Oct 2025 18:44:07 -0500 Subject: [PATCH] test init --- clusters/cl01tl/applications/immich/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index 746b623db..595c139ef 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -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;