From bca832690d7440226c39d633d946810e17ca3c7b Mon Sep 17 00:00:00 2001 From: "spicerabot[bot]" <147452639+spicerabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:29:23 +0000 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.4-15 --- 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 f6b6991a0..06d4615cd 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.4-14 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-15 inheritedMetadata: annotations: kyverno.io/exclude: "true"