From 7204ff328081e7b27933569e81f86e9d4c68c930 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Jan 2025 10:42:15 +0000 Subject: [PATCH] fix(deps): update subcharts (main) (#1054) Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1054 Reviewed-by: Michael Kriese Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Chart.lock | 10 +++++----- Chart.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Chart.lock b/Chart.lock index a96d5e0..4ac9728 100644 --- a/Chart.lock +++ b/Chart.lock @@ -4,15 +4,15 @@ dependencies: version: 2.29.0 - name: postgresql repository: oci://ghcr.io/visualon/bitnamicharts - version: 16.4.2 + version: 16.4.3 - name: postgresql-ha repository: oci://ghcr.io/visualon/bitnamicharts version: 15.1.6 - name: redis-cluster repository: oci://ghcr.io/visualon/bitnamicharts - version: 11.3.0 + version: 11.4.0 - name: redis repository: oci://ghcr.io/visualon/bitnamicharts - version: 20.6.2 -digest: sha256:1de1d2087eed61ac474746b859662e52f209dc3075f6512e5f8dc45435e390d0 -generated: "2025-01-15T14:46:31.3307275+01:00" + version: 20.6.3 +digest: sha256:3314175ef0c77224738d5183c76c75a4773b0e21e7598f343a78780cc1068b75 +generated: "2025-01-16T10:32:50.323017929Z" diff --git a/Chart.yaml b/Chart.yaml index bf1d916..4167fa1 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -37,7 +37,7 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml - name: postgresql repository: oci://ghcr.io/visualon/bitnamicharts - version: 16.4.2 + version: 16.4.3 condition: postgresql.enabled # https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/Chart.yaml - name: postgresql-ha @@ -47,10 +47,10 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml - name: redis-cluster repository: oci://ghcr.io/visualon/bitnamicharts - version: 11.3.0 + version: 11.4.0 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.6.2 + version: 20.6.3 condition: redis.enabled