From 51585c7d981a0045157e6ed808894c828beaa1ab Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Mar 2025 07:38:26 +0000 Subject: [PATCH] fix(deps): update subcharts (main) (#1134) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Chart.lock | 8 ++++---- Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Chart.lock b/Chart.lock index f5fd719..03dd3b5 100644 --- a/Chart.lock +++ b/Chart.lock @@ -7,12 +7,12 @@ dependencies: version: 16.4.14 - name: postgresql-ha repository: oci://ghcr.io/visualon/bitnamicharts - version: 15.2.3 + version: 15.3.0 - name: redis-cluster repository: oci://ghcr.io/visualon/bitnamicharts version: 11.4.3 - name: redis repository: oci://ghcr.io/visualon/bitnamicharts - version: 20.8.0 -digest: sha256:5af4d0d98780730da9cca1eba11c4913429c54895c422762618cf2886f1d42fa -generated: "2025-02-24T00:00:48.233225244Z" + version: 20.10.0 +digest: sha256:85e2729677ad9f6cecbdaee922e4f472b15dee2550822319be0d1e47e895bcb7 +generated: "2025-03-03T07:31:15.928409295Z" diff --git a/Chart.yaml b/Chart.yaml index c218f04..c9c3d48 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -42,7 +42,7 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml - name: postgresql-ha repository: oci://ghcr.io/visualon/bitnamicharts - version: 15.2.3 + version: 15.3.0 condition: postgresql-ha.enabled # https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml - name: redis-cluster @@ -52,5 +52,5 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml - name: redis repository: oci://ghcr.io/visualon/bitnamicharts - version: 20.8.0 + version: 20.10.0 condition: redis.enabled