From 769003634e479e4623d0503e91f2ff7c1f99e936 Mon Sep 17 00:00:00 2001 From: "bot-blake[bot]" <129223303+bot-blake[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:03:11 -0500 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(16.4-10=20=E2=86=92=2016.4-11)=20(#2808)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml b/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml index 888ea38f2..ca1cd9336 100644 --- a/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml +++ b/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml @@ -5,7 +5,7 @@ metadata: name: postgres spec: instances: 3 - imageName: ghcr.io/cloudnative-pg/postgresql:16.4-10 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-11 primaryUpdateStrategy: unsupervised storage: size: 20Gi