From 3eb57f1383580c7767fcf48e55dcbd6caff3cb84 Mon Sep 17 00:00:00 2001 From: "spicerabot[bot]" <147452639+spicerabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 01:28:35 +0000 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.2-16 --- 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 83390a0ae..44a431ad9 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.2-15 + imageName: ghcr.io/cloudnative-pg/postgresql:16.2-16 inheritedMetadata: annotations: kyverno.io/exclude: "true"