From e7dae0a974856210a749de210d413324f55cb2e9 Mon Sep 17 00:00:00 2001 From: "spicerabot[bot]" <147452639+spicerabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:35:18 +0000 Subject: [PATCH] feat(container): update image ghcr.io/cloudnative-pg/postgresql to v16.5-1 --- 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 b4fd17a36..e7e04358d 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-57 + imageName: ghcr.io/cloudnative-pg/postgresql:16.5-1 inheritedMetadata: annotations: kyverno.io/exclude: "true"