From ce60c7bb0f3bd86c99794d556d23608a2707f9a0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Jul 2025 13:08:41 +0000 Subject: [PATCH] chore(deps): update subcharts (minor & patch) (#905) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgresql](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/postgresql)) | patch | `16.7.18` -> `16.7.20` | | [postgresql-ha](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/postgresql-ha)) | patch | `16.0.21` -> `16.0.22` | | [valkey](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/valkey)) | patch | `3.0.20` -> `3.0.22` | | [valkey-cluster](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/valkey-cluster)) | patch | `3.0.17` -> `3.0.18` | --- ### Release Notes
bitnami/charts (postgresql) ### [`v16.7.20`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql/CHANGELOG.md#16720-2025-07-18) - \[bitnami/postgresql] Rename backup.cronjob.timeZone to backup.cronjob.timezone ([#​35153](https://github.com/bitnami/charts/pull/35153)) ### [`v16.7.19`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql/CHANGELOG.md#small16719-2025-07-15-small) - \[bitnami/postgresql] :zap: :arrow\_up: Update dependency references ([#​35116](https://github.com/bitnami/charts/issues/35116)) ([15c6eee](https://github.com/bitnami/charts/commit/15c6eeeee5d8454b93eeada473a80a0230d6d3ae)), closes [#​35116](https://github.com/bitnami/charts/issues/35116)
bitnami/charts (postgresql-ha) ### [`v16.0.22`](https://github.com/bitnami/charts/blob/HEAD/bitnami/postgresql-ha/CHANGELOG.md#16022-2025-07-15) - \[bitnami/postgresql-ha] :zap: :arrow\_up: Update dependency references ([#​35117](https://github.com/bitnami/charts/pull/35117))
bitnami/charts (valkey) ### [`v3.0.22`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#3022-2025-07-16) - \[bitnami/valkey] :zap: :arrow\_up: Update dependency references ([#​35151](https://github.com/bitnami/charts/pull/35151)) ### [`v3.0.21`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey/CHANGELOG.md#small3021-2025-07-15-small) - \[bitnami/valkey] :zap: :arrow\_up: Update dependency references ([#​35135](https://github.com/bitnami/charts/issues/35135)) ([4a16d74](https://github.com/bitnami/charts/commit/4a16d74eebb0f13d8423403bb4390c3cac30bd4a)), closes [#​35135](https://github.com/bitnami/charts/issues/35135)
bitnami/charts (valkey-cluster) ### [`v3.0.18`](https://github.com/bitnami/charts/blob/HEAD/bitnami/valkey-cluster/CHANGELOG.md#3018-2025-07-15) - \[bitnami/valkey-cluster] :zap: :arrow\_up: Update dependency references ([#​35132](https://github.com/bitnami/charts/pull/35132))
--- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/905 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Chart.lock | 12 ++++++------ Chart.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Chart.lock b/Chart.lock index fae7977..afd268c 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.7.18 + version: 16.7.20 - name: postgresql-ha repository: oci://registry-1.docker.io/bitnamicharts - version: 16.0.21 + version: 16.0.22 - name: valkey-cluster repository: oci://registry-1.docker.io/bitnamicharts - version: 3.0.17 + version: 3.0.18 - name: valkey repository: oci://registry-1.docker.io/bitnamicharts - version: 3.0.20 -digest: sha256:e1f16b15a258aae5fc616f3456cc65944a86ad23e550f1496819d6fbd50849a8 -generated: "2025-07-13T00:04:14.694033908Z" + version: 3.0.22 +digest: sha256:fb4c01f4480faa0e38e1679ed8c277cdfa0bae7c38db6f52f5b80412749a45d2 +generated: "2025-07-19T00:04:32.007174079Z" diff --git a/Chart.yaml b/Chart.yaml index 69b06be..efb5119 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -36,20 +36,20 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/postgresql - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.7.18 + version: 16.7.20 condition: postgresql.enabled # https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml - name: postgresql-ha repository: oci://registry-1.docker.io/bitnamicharts - version: 16.0.21 + version: 16.0.22 condition: postgresql-ha.enabled # https://github.com/bitnami/charts/blob/main/bitnami/valkey-cluster/Chart.yaml - name: valkey-cluster repository: oci://registry-1.docker.io/bitnamicharts - version: 3.0.17 + version: 3.0.18 condition: valkey-cluster.enabled # https://github.com/bitnami/charts/blob/main/bitnami/valkey/Chart.yaml - name: valkey repository: oci://registry-1.docker.io/bitnamicharts - version: 3.0.20 + version: 3.0.22 condition: valkey.enabled