Change image for pg-cluster

This commit is contained in:
Daniel Cosme
2026-05-05 12:48:07 -04:00
parent 6a8ae2f1f6
commit c2eba8343c
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ metadata:
namespace: cnpg-cluster
spec:
affinity: {}
imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.3-v0.2.1
instances: 3
managed:
roles:

View File

@@ -27,6 +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",
StorageConfiguration: pg.StorageConfiguration{
StorageClass: new(root.KUBE_LOCAL_STORAGE_CLASS),
Size: "10Gi",