From 6f53c91461219412f9067c2231d38cce69361076 Mon Sep 17 00:00:00 2001 From: "layla-bot[bot]" <138733633+layla-bot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 01:31:35 +0000 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.4-13 --- .../main/apps/database/cloudnative-pg/cluster/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml b/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml index 03932a084..66c55aa06 100644 --- a/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml +++ b/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml @@ -7,7 +7,7 @@ metadata: namespace: database spec: instances: 1 - imageName: ghcr.io/cloudnative-pg/postgresql:16.4-11 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-13 primaryUpdateStrategy: unsupervised storage: size: 20Gi