From 7df1cb4aa03d6a21a4a15c63b280f886c9f613d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 03:10:35 +0000 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.4-26 --- 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 6a0313be..521dd46e 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-22 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-26 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 8c71f5b6..8a3f5ce0 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-22 + imageName: ghcr.io/cloudnative-pg/postgresql:16.4-26 primaryUpdateStrategy: unsupervised storage: size: 20Gi