Revert pg iamge change

This commit is contained in:
Daniel Cosme
2026-05-05 12:51:35 -04:00
parent c3ee8b668c
commit 120940f093
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ metadata:
namespace: cnpg-cluster
spec:
affinity: {}
imageName: pgvector/pgvector:0.8.2-pg18
instances: 3
managed:
roles:

View File

@@ -27,7 +27,6 @@ func Stack() stack.Stack {
func Cluster() pg.Cluster {
spec := pg.ClusterSpec{
Instances: 3,
ImageName: "pgvector/pgvector:0.8.2-pg18",
StorageConfiguration: pg.StorageConfiguration{
StorageClass: new(root.KUBE_LOCAL_STORAGE_CLASS),
Size: "10Gi",