From 2fbbd38ab40016952a680652b23bcdfc35df66b1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 25 Nov 2025 19:58:52 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/cloudna?= =?UTF-8?q?tive-pg/postgresql=2015.14=20=E2=86=92=2015.15=20(#41885)?= 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 | minor | -> | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). --- charts/library/common/Chart.yaml | 9 +++------ charts/library/common/values.yaml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index a05f87d5507..8c642c6fc1f 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -3,7 +3,7 @@ annotations: artifacthub.io/license: BUSL-1.1 artifacthub.io/links: |- - name: support - url: https://discord.com/invite/tVsPTHWTtr + url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: unsorted truecharts.org/max_helm_version: "3.17" truecharts.org/max_kubernetes_version: 1.32.0 @@ -34,10 +34,6 @@ sources: - https://ghcr.io/tensorchord/cloudnative-vectorchord - https://ghcr.io/traefik/whoami - https://github.com/truecharts/containers/tree/master/apps/alpine - - https://github.com/truecharts/containers/tree/master/apps/db-wait-mariadb - - https://github.com/truecharts/containers/tree/master/apps/db-wait-mongodb - - https://github.com/truecharts/containers/tree/master/apps/db-wait-postgres - - https://github.com/truecharts/containers/tree/master/apps/db-wait-redis - https://github.com/truecharts/containers/tree/master/apps/gluetun - https://github.com/truecharts/containers/tree/master/apps/netshoot - https://github.com/truecharts/containers/tree/master/apps/openvpn-client @@ -46,4 +42,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/library/common - https://hub.docker.com/_/ type: library -version: 28.28.0 +version: 28.29.0 + diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 394aaca37c6..749b2878a6b 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -644,7 +644,7 @@ mongodbClientImage: postgres15Image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "15.14" + tag: "15.15" pullPolicy: IfNotPresent postgres16Image: