From b6b637750ec08489703ef045caab0c6ba3889ae6 Mon Sep 17 00:00:00 2001 From: "spicerabot[bot]" <147452639+spicerabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 00:28:48 +0000 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.6-27 --- 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 a44311e66..70595a461 100644 --- a/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml +++ b/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml @@ -6,7 +6,7 @@ metadata: namespace: databases spec: instances: 3 - imageName: ghcr.io/cloudnative-pg/postgresql:16.6-26 + imageName: ghcr.io/cloudnative-pg/postgresql:16.6-27 inheritedMetadata: annotations: kyverno.io/exclude: "true"