From 6279fb88a8911ce46db35567e9720457260a5633 Mon Sep 17 00:00:00 2001 From: "k8s-renovate[bot]" <129223303+k8s-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 01:28:28 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(16.1-11=20=E2=86=92=2016.1-12)?= 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 38d15aba10..196ae20102 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-11 + imageName: ghcr.io/cloudnative-pg/postgresql:16.1-12 enableSuperuserAccess: true inheritedMetadata: annotations: