From 588d444bb54875659dbf0d63ce4edb80581fe59e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Mar 2025 00:12:54 +0000 Subject: [PATCH] fix(deps): update subcharts (main) (#1154) 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 9dcdd40..8c3da4d 100644 --- a/Chart.lock +++ b/Chart.lock @@ -4,15 +4,15 @@ dependencies: version: 2.30.0 - name: postgresql repository: oci://ghcr.io/visualon/bitnamicharts - version: 16.4.16 + version: 16.5.0 - name: postgresql-ha repository: oci://ghcr.io/visualon/bitnamicharts - version: 15.3.3 + version: 15.3.4 - name: redis-cluster repository: oci://ghcr.io/visualon/bitnamicharts - version: 11.4.3 + version: 11.4.5 - name: redis repository: oci://ghcr.io/visualon/bitnamicharts - version: 20.11.2 -digest: sha256:e8bbe210734c2c9243c24c7465bd32c8e2168b19ebed0de4933059ad8a5ee408 -generated: "2025-03-10T00:01:04.503169842Z" + version: 20.11.3 +digest: sha256:9fecec14f3773bf5d0ce2342adc9862b45724a86cf5c08d5dc0cea595a241a8e +generated: "2025-03-17T00:01:15.072270483Z" diff --git a/Chart.yaml b/Chart.yaml index 8c0ebd8..7802ab8 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -37,20 +37,20 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml - name: postgresql repository: oci://ghcr.io/visualon/bitnamicharts - version: 16.4.16 + version: 16.5.0 condition: postgresql.enabled # https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml - name: postgresql-ha repository: oci://ghcr.io/visualon/bitnamicharts - version: 15.3.3 + version: 15.3.4 condition: postgresql-ha.enabled # https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml - name: redis-cluster repository: oci://ghcr.io/visualon/bitnamicharts - version: 11.4.3 + version: 11.4.5 condition: redis-cluster.enabled # https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml - name: redis repository: oci://ghcr.io/visualon/bitnamicharts - version: 20.11.2 + version: 20.11.3 condition: redis.enabled