Add pg vector 18

This commit is contained in:
Daniel Cosme
2026-05-05 12:50:25 -04:00
parent c2eba8343c
commit c3ee8b668c
2 changed files with 2 additions and 2 deletions

View File

@@ -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",