From d0fca3c31eb3f874c0893e3b218fda2f3728daae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:51:43 +0000 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.4-5 --- kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml | 2 +- .../database/cloudnative-pg/linkwarden-cluster/cluster16.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml b/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml index 4b9e1130..44fc0fd2 100644 --- a/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml +++ b/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml @@ -6,7 +6,7 @@ metadata: name: postgres16 spec: instances: 1 - imageName: ghcr.io/cloudnative-pg/postgresql:16.4-4 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-5 primaryUpdateStrategy: unsupervised storage: size: 20Gi diff --git a/kubernetes/apps/database/cloudnative-pg/linkwarden-cluster/cluster16.yaml b/kubernetes/apps/database/cloudnative-pg/linkwarden-cluster/cluster16.yaml index e16c62f9..23f7c0f4 100644 --- a/kubernetes/apps/database/cloudnative-pg/linkwarden-cluster/cluster16.yaml +++ b/kubernetes/apps/database/cloudnative-pg/linkwarden-cluster/cluster16.yaml @@ -6,7 +6,7 @@ metadata: name: linkwarden spec: instances: 1 - imageName: ghcr.io/cloudnative-pg/postgresql:16.4-4 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-5 primaryUpdateStrategy: unsupervised storage: size: 20Gi