From 6db925c9042b6d19660e464aea94b1fbb267cca7 Mon Sep 17 00:00:00 2001 From: Philippe Dagenais Date: Tue, 14 May 2019 11:59:14 -0400 Subject: [PATCH] [stable/prometheus-mongodb-exporter] Fix mongodb-exporter default values (#13756) * Fix mongodb-exporter default values Signed-off-by: Dagenais, Philippe * Bump Chart version instead of app Signed-off-by: Dagenais, Philippe --- stable/prometheus-mongodb-exporter/Chart.yaml | 2 +- stable/prometheus-mongodb-exporter/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/prometheus-mongodb-exporter/Chart.yaml b/stable/prometheus-mongodb-exporter/Chart.yaml index 9b7ac15ba1..78ac4aec32 100644 --- a/stable/prometheus-mongodb-exporter/Chart.yaml +++ b/stable/prometheus-mongodb-exporter/Chart.yaml @@ -13,4 +13,4 @@ maintainers: name: prometheus-mongodb-exporter sources: - https://github.com/percona/mongodb_exporter -version: 2.0.0 +version: 2.0.1 diff --git a/stable/prometheus-mongodb-exporter/values.yaml b/stable/prometheus-mongodb-exporter/values.yaml index d3449a5d07..5b58202af2 100644 --- a/stable/prometheus-mongodb-exporter/values.yaml +++ b/stable/prometheus-mongodb-exporter/values.yaml @@ -49,10 +49,10 @@ replicas: 1 resources: {} # limits: -# cpu: 250mm +# cpu: 250m # memory: 192Mi # requests: -# cpu: 100mm +# cpu: 100m # memory: 128Mi # Extra environment variables that will be passed into the exporter pod