From c3ee8b668c5500c751bc669c2381ecb6b892d828 Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Tue, 5 May 2026 12:50:25 -0400 Subject: [PATCH] Add pg vector 18 --- infrastructure/hydra/postgres/pg-cluster.yaml | 2 +- pkg/postgres/postgres.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/hydra/postgres/pg-cluster.yaml b/infrastructure/hydra/postgres/pg-cluster.yaml index 5f435d1..de2990b 100644 --- a/infrastructure/hydra/postgres/pg-cluster.yaml +++ b/infrastructure/hydra/postgres/pg-cluster.yaml @@ -5,7 +5,7 @@ metadata: namespace: cnpg-cluster spec: affinity: {} - imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.3-v0.2.1 + imageName: pgvector/pgvector:0.8.2-pg18 instances: 3 managed: roles: diff --git a/pkg/postgres/postgres.go b/pkg/postgres/postgres.go index c83bd41..eaf8ba8 100644 --- a/pkg/postgres/postgres.go +++ b/pkg/postgres/postgres.go @@ -27,7 +27,7 @@ func Stack() stack.Stack { func Cluster() pg.Cluster { spec := pg.ClusterSpec{ Instances: 3, - ImageName: "ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.3-v0.2.1", + ImageName: "pgvector/pgvector:0.8.2-pg18", StorageConfiguration: pg.StorageConfiguration{ StorageClass: new(root.KUBE_LOCAL_STORAGE_CLASS), Size: "10Gi",