From 480086c9a026ae945c87a36c030c7b3e4752d9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Prud=27homme?= Date: Sun, 14 Apr 2024 07:57:18 +0200 Subject: [PATCH] fix: update helm release mongodb to v15.1.4 (#641) 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 d43d0fc9..22b20f26 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.0 +version: 6.5.1 dependencies: - name: common version: 2.19.1 repository: https://charts.bitnami.com/bitnami/ - name: mongodb - version: 15.1.3 + version: 15.1.4 repository: https://charts.bitnami.com/bitnami/ condition: mongodb.enabled annotations: