From 210a569246c3caae62bbd1a8f1a0fe71ec912d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Prud=27homme?= Date: Sun, 8 Oct 2023 03:52:56 +0200 Subject: [PATCH] fix: update helm release mongodb to v13.18.5 (#551) 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 e64674c7c..ac6a68738 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: 5.2.0 +version: 5.2.1 dependencies: - name: common version: 2.9.0 repository: https://charts.bitnami.com/bitnami/ - name: mongodb - version: 13.18.1 + version: 13.18.5 repository: https://charts.bitnami.com/bitnami/ condition: mongodb.enabled annotations: