From c749789706231c86e7db957e9031f2f88b0aedb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:23:49 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20ghcr.io/cloudnative?= =?UTF-8?q?-pg/postgresql=20docker=20tag=20(=2016.5-1=20=E2=86=92=2016.6-4?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 4cc906f9..3986819c 100644 --- a/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml +++ b/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml @@ -6,7 +6,7 @@ metadata: name: postgres spec: instances: 3 - imageName: ghcr.io/cloudnative-pg/postgresql:16.5-1 + imageName: ghcr.io/cloudnative-pg/postgresql:16.6-4 primaryUpdateStrategy: unsupervised storage: size: 20Gi