From 11d3fbcc77de3431e887ae2fa48df3a259e8582e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 23 Feb 2025 13:13:48 +0000 Subject: [PATCH] chore(deps): update subcharts (minor & patch) (#801) 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.4.6` -> `16.4.14` | | [postgresql-ha](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/postgresql-ha)) | minor | `15.1.7` -> `15.2.3` | | [redis](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/redis)) | minor | `20.6.3` -> `20.8.0` | | [redis-cluster](https://github.com/bitnami/charts) ([source](https://github.com/bitnami/charts/tree/HEAD/bitnami/redis-cluster)) | patch | `11.4.1` -> `11.4.3` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/801 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 e8f6137..b3b32fc 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.4.6 + version: 16.4.14 - name: postgresql-ha repository: oci://registry-1.docker.io/bitnamicharts - version: 15.1.7 + version: 15.2.3 - name: redis-cluster repository: oci://registry-1.docker.io/bitnamicharts - version: 11.4.1 + version: 11.4.3 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.6.3 -digest: sha256:cd477826d90ff99cb2fb795f86a3fdf5e2efe40c7e6f8d093733450785a0ea1a -generated: "2025-02-05T18:19:35.245515+01:00" + version: 20.8.0 +digest: sha256:ce1a2a02c3e1adb764cae42ccce1efd2d41adb5024576e6d8a92b30b8dfe67db +generated: "2025-02-23T00:12:41.541107288Z" diff --git a/Chart.yaml b/Chart.yaml index 23aec0c..195077d 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.4.6 + version: 16.4.14 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: 15.1.7 + version: 15.2.3 condition: postgresql-ha.enabled # https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml - name: redis-cluster repository: oci://registry-1.docker.io/bitnamicharts - version: 11.4.1 + version: 11.4.3 condition: redis-cluster.enabled # https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.6.3 + version: 20.8.0 condition: redis.enabled