From f2cbb4dd99272aed3e59594ae41fbb5137e3b38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fatay=20Erem?= Date: Fri, 8 Sep 2023 19:27:44 +0300 Subject: [PATCH] [prometheus-mongodb-exporter] Fix comments on podAnnotations (#3767) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Comment misguide information fixed for podAnnotations. Signed-off-by: Çağatay Erem * Update Chart.yaml Signed-off-by: Çağatay Erem * Update Chart.yaml Signed-off-by: Çağatay Erem * App version reverted Signed-off-by: Çağatay Erem * versions updated. Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> Signed-off-by: Çağatay Erem --------- Signed-off-by: Çağatay Erem Co-authored-by: cagatay.erem@seyirmobil.com Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> --- charts/prometheus-mongodb-exporter/Chart.yaml | 2 +- charts/prometheus-mongodb-exporter/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-mongodb-exporter/Chart.yaml b/charts/prometheus-mongodb-exporter/Chart.yaml index 4be32a08d91e..d2a823972768 100644 --- a/charts/prometheus-mongodb-exporter/Chart.yaml +++ b/charts/prometheus-mongodb-exporter/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: prometheus-mongodb-exporter sources: - https://github.com/percona/mongodb_exporter -version: 3.3.0 +version: 3.3.1 diff --git a/charts/prometheus-mongodb-exporter/values.yaml b/charts/prometheus-mongodb-exporter/values.yaml index 9dc4fe1e4130..ab09d7e9ceba 100644 --- a/charts/prometheus-mongodb-exporter/values.yaml +++ b/charts/prometheus-mongodb-exporter/values.yaml @@ -44,7 +44,8 @@ nodeSelector: {} podAnnotations: {} # prometheus.io/scrape: "true" -# prometheus.io/port: "metrics" +# prometheus.io/port: "9216" +# prometheus.io/path: /metrics podLabels: {}