From 3064e824ebe7e6e2cc4bd003a01afaa4db2a1605 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:06:34 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/cloudnative-?= =?UTF-8?q?pg/postgresql=20(=2016.3-8=20=E2=86=92=2016.3-10=20)=20(#5103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/cloudnative-pg/postgresql | patch | `16.3-8` -> `16.3-10` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- .../kyak/apps/database/cloudnative-pg/cluster/cluster16.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/kyak/apps/database/cloudnative-pg/cluster/cluster16.yaml b/kubernetes/kyak/apps/database/cloudnative-pg/cluster/cluster16.yaml index 83419c6fb3..8425794b2f 100644 --- a/kubernetes/kyak/apps/database/cloudnative-pg/cluster/cluster16.yaml +++ b/kubernetes/kyak/apps/database/cloudnative-pg/cluster/cluster16.yaml @@ -6,7 +6,7 @@ metadata: name: postgres16 spec: instances: 3 - imageName: ghcr.io/cloudnative-pg/postgresql:16.3-8 + imageName: ghcr.io/cloudnative-pg/postgresql:16.3-10 primaryUpdateStrategy: unsupervised storage: size: 20Gi