From 00570b45634e59426d85308754fce4cf7a2ec633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 22:40:19 +0000 Subject: [PATCH] chore(deps): update helm charts (non-major) --- charts/app/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index 86413fb5..dd1f258b 100644 --- a/charts/app/Chart.yaml +++ b/charts/app/Chart.yaml @@ -6,14 +6,14 @@ version: 0.1.0 dependencies: - name: minio repository: https://charts.bitnami.com/bitnami - version: 11.10.3 + version: 11.10.26 condition: minio.enabled - name: mongodb repository: https://charts.bitnami.com/bitnami - version: 13.1.5 + version: 13.18.5 condition: mongodb.enabled - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.2.0 + version: 17.17.1 condition: redis.enabled