From 11da0ce6b767c146b71db8ee398d7d4031bdacd3 Mon Sep 17 00:00:00 2001 From: "k8s-renovate[bot]" <129223303+k8s-renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 01:29:39 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(16.1-13=20=E2=86=92=2016.1-14)?= 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 5574855778..e1cd0c2cdb 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.1-13 + imageName: ghcr.io/cloudnative-pg/postgresql:16.1-14 enableSuperuserAccess: true inheritedMetadata: annotations: