From dd32ebff3318fa1bac6ff57a6af49d802b0753d4 Mon Sep 17 00:00:00 2001 From: "layla-bot[bot]" <138733633+layla-bot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:55:54 -0700 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.4-41 (#2982) Co-authored-by: layla-bot[bot] <138733633+layla-bot[bot]@users.noreply.github.com> --- .../main/apps/database/cloudnative-pg/cluster/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml b/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml index 37b00d4f0..990bbbed1 100644 --- a/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml +++ b/kubernetes/main/apps/database/cloudnative-pg/cluster/cluster.yaml @@ -7,7 +7,7 @@ metadata: namespace: database spec: instances: 1 - imageName: ghcr.io/cloudnative-pg/postgresql:16.4-40 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-41 primaryUpdateStrategy: unsupervised storage: size: 20Gi