From 89e5edca5651245e7a839eed6765eeb1d6a2dc97 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 26 Jan 2026 09:51:51 -0800 Subject: [PATCH] Fix immich-pg: remove shared_preload_libraries parameter CloudNativePG webhook rejects shared_preload_libraries as a "fixed" parameter - it's managed by the container image itself. Co-Authored-By: Claude Opus 4.5 --- argocd/manifests/databases/immich-pg.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/argocd/manifests/databases/immich-pg.yaml b/argocd/manifests/databases/immich-pg.yaml index d6e40d6..6f17935 100644 --- a/argocd/manifests/databases/immich-pg.yaml +++ b/argocd/manifests/databases/immich-pg.yaml @@ -39,8 +39,7 @@ spec: max_connections: "50" shared_buffers: "128MB" password_encryption: "scram-sha-256" - # pgvecto.rs settings - shared_preload_libraries: "vectors.so" + # Note: shared_preload_libraries is managed by the vectorchord image pg_hba: # Allow connections from k8s pods - host all all 0.0.0.0/0 scram-sha-256