From 1c0de44681c72d1a78f07d8adb060aaca79e23e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:16:33 +0000 Subject: [PATCH] fix(container): update image ghcr.io/cloudnative-pg/postgresql to v16.2-12 --- 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 ea77ff56..1df97e2e 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.2-11 + imageName: ghcr.io/cloudnative-pg/postgresql:16.2-12 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 df7a8e58..7d45b579 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.2-11 + imageName: ghcr.io/cloudnative-pg/postgresql:16.2-12 primaryUpdateStrategy: unsupervised storage: size: 20Gi