From e821599f3dfa0bd899489cb06367869783c30e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Prud=27homme?= Date: Sun, 28 Apr 2024 03:56:48 +0200 Subject: [PATCH] fix: update helm release mongodb to v15.1.5 (#650) Co-authored-by: Renovate Bot --- charts/mongo-express/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mongo-express/Chart.yaml b/charts/mongo-express/Chart.yaml index 22b20f267..06465ebaf 100644 --- a/charts/mongo-express/Chart.yaml +++ b/charts/mongo-express/Chart.yaml @@ -10,13 +10,13 @@ name: mongo-express sources: - https://github.com/mongo-express/mongo-express - https://github.com/cowboysysop/charts/tree/master/charts/mongo-express -version: 6.5.1 +version: 6.5.2 dependencies: - name: common version: 2.19.1 repository: https://charts.bitnami.com/bitnami/ - name: mongodb - version: 15.1.4 + version: 15.1.5 repository: https://charts.bitnami.com/bitnami/ condition: mongodb.enabled annotations: