From 2c7958e5ea117bc48772243b5f936e14bb1a7cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 9 Jul 2018 18:31:17 +0200 Subject: [PATCH] [stable/mongodb] Fix appVersion (#6554) --- stable/mongodb/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 8eeab3e5db..34d915cec2 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ name: mongodb -version: 3.0.2 -appVersion: 3.6.5-debian-9 +version: 3.0.3 +appVersion: 3.6.5 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: - mongodb