From 55277689f613d044c04357e5397c357687a95ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 22:40:17 +0000 Subject: [PATCH] chore(deps): update helm charts (non-major) helm releases --- 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 cdd9fd1b..2beb5c4c 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.8.2 + version: 11.9.2 condition: minio.enabled - name: mongodb repository: https://charts.bitnami.com/bitnami - version: 13.0.1 + version: 13.1.1 condition: mongodb.enabled - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.0.11 + version: 17.1.1 condition: redis.enabled