From 3acdda24a2df62654c41327e3d4d7371645561d1 Mon Sep 17 00:00:00 2001 From: "layla-bot[bot]" <138733633+layla-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:13:58 -0700 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.3-10 (#2737) Co-authored-by: layla-bot[bot] <138733633+layla-bot[bot]@users.noreply.github.com> --- .../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 1f9cfb225..0647e564d 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: 3 - imageName: ghcr.io/cloudnative-pg/postgresql:16.3-4 + imageName: ghcr.io/cloudnative-pg/postgresql:16.3-10 primaryUpdateStrategy: unsupervised storage: size: 20Gi