From 30bae60308d2c6c5af60fcaafe1626b1e5b6b6a3 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Fri, 25 Jul 2025 22:55:21 +0200 Subject: [PATCH] fix immich postgres cluster --- apps/immich/postgres-cluster.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/apps/immich/postgres-cluster.yaml b/apps/immich/postgres-cluster.yaml index db9570d..d49dff5 100644 --- a/apps/immich/postgres-cluster.yaml +++ b/apps/immich/postgres-cluster.yaml @@ -1,25 +1,11 @@ --- apiVersion: postgresql.cnpg.io/v1 -kind: ImageCatalog -metadata: - name: immich - namespace: immich -spec: - images: - - major: 17 - image: docker.io/tensorchord/pgvecto-rs:pg17-v0.4.0-rootless ---- -apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: - name: immich + name: immich-postgres namespace: immich spec: - imageCatalogRef: - apiGroup: postgresql.cnpg.io - kind: ImageCatalog - name: immich - major: 17 + imageName: ghcr.io/tensorchord/cloudnative-vectorchord:14-0.4.3 instances: 1