From 7c0434b24eae38ec1285cd9863263b205bf25500 Mon Sep 17 00:00:00 2001 From: Naseem Date: Sat, 5 Sep 2020 02:31:40 -0400 Subject: [PATCH] [prometheus-mongodb-exporter] deprecate (#23699) Signed-off-by: Naseem --- stable/prometheus-mongodb-exporter/Chart.yaml | 10 +++++----- stable/prometheus-mongodb-exporter/README.md | 2 ++ stable/prometheus-mongodb-exporter/templates/NOTES.txt | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/stable/prometheus-mongodb-exporter/Chart.yaml b/stable/prometheus-mongodb-exporter/Chart.yaml index 781e0bb24b..aebeccab87 100644 --- a/stable/prometheus-mongodb-exporter/Chart.yaml +++ b/stable/prometheus-mongodb-exporter/Chart.yaml @@ -1,16 +1,16 @@ apiVersion: v1 appVersion: "v0.10.0" -description: A Prometheus exporter for MongoDB metrics +# The prometheus-mongodb-exporter chart is deprecated and no longer maintained. For details deprecation, +# including how to un-deprecate a chart see the PROCESSES.md file. +deprecated: true +description: DEPRECATED A Prometheus exporter for MongoDB metrics home: https://github.com/percona/mongodb_exporter keywords: - exporter - metrics - mongodb - prometheus -maintainers: -- email: ssheehy@firescope.com - name: steven-sheehy name: prometheus-mongodb-exporter sources: - https://github.com/percona/mongodb_exporter -version: 2.8.0 +version: 2.8.1 diff --git a/stable/prometheus-mongodb-exporter/README.md b/stable/prometheus-mongodb-exporter/README.md index 60dae784a9..95fe0fd22b 100644 --- a/stable/prometheus-mongodb-exporter/README.md +++ b/stable/prometheus-mongodb-exporter/README.md @@ -1,5 +1,7 @@ # Prometheus MongoDB Exporter +DEPRECATED and moved to + Installs the [MongoDB Exporter](https://github.com/percona/mongodb_exporter) for [Prometheus](https://prometheus.io/). The MongoDB Exporter collects and exports oplog, replica set, server status, sharding and storage engine metrics. diff --git a/stable/prometheus-mongodb-exporter/templates/NOTES.txt b/stable/prometheus-mongodb-exporter/templates/NOTES.txt index 3ebe6e5207..c189188f08 100644 --- a/stable/prometheus-mongodb-exporter/templates/NOTES.txt +++ b/stable/prometheus-mongodb-exporter/templates/NOTES.txt @@ -1,3 +1,5 @@ +DEPRECATED and moved to + Verify the application is working by running these commands: {{if contains "NodePort" .Values.service.type }} NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")