From 7cbd7dd958699f16cf015b9eb1004d693a4bf975 Mon Sep 17 00:00:00 2001 From: Naseem Date: Sat, 5 Sep 2020 02:01:49 -0400 Subject: [PATCH] [prometheus-cloudwatch-exporter] deprecate chart (#23696) Signed-off-by: Naseem --- stable/prometheus-cloudwatch-exporter/Chart.yaml | 14 +++++--------- stable/prometheus-cloudwatch-exporter/README.md | 2 ++ .../templates/NOTES.txt | 2 ++ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/stable/prometheus-cloudwatch-exporter/Chart.yaml b/stable/prometheus-cloudwatch-exporter/Chart.yaml index 5cd05ab0b9..9b87617de5 100644 --- a/stable/prometheus-cloudwatch-exporter/Chart.yaml +++ b/stable/prometheus-cloudwatch-exporter/Chart.yaml @@ -1,8 +1,11 @@ apiVersion: v1 appVersion: "0.8.0" -description: A Helm chart for prometheus cloudwatch-exporter +# The prometheus-cloudwatch-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 Helm chart for prometheus cloudwatch-exporter name: prometheus-cloudwatch-exporter -version: 0.8.3 +version: 0.8.4 home: https://github.com/prometheus/cloudwatch_exporter sources: - https://github.com/prometheus/cloudwatch_exporter @@ -11,10 +14,3 @@ keywords: - cloudwatch - prometheus - exporter -maintainers: -- email: gianrubio@gmail.com - name: gianrubio -- name: torstenwalter - email: mail@torstenwalter.de -- name: asherf - email: asher@asherfoa.com diff --git a/stable/prometheus-cloudwatch-exporter/README.md b/stable/prometheus-cloudwatch-exporter/README.md index 466ca376eb..53c2616b11 100644 --- a/stable/prometheus-cloudwatch-exporter/README.md +++ b/stable/prometheus-cloudwatch-exporter/README.md @@ -1,5 +1,7 @@ # Cloudwatch exporter +DEPRECATED and moved to + * Installs [cloudwatch exporter](http://github.com/prometheus/cloudwatch_exporter) ## TL;DR; diff --git a/stable/prometheus-cloudwatch-exporter/templates/NOTES.txt b/stable/prometheus-cloudwatch-exporter/templates/NOTES.txt index 239d7e262f..2af7a3a361 100644 --- a/stable/prometheus-cloudwatch-exporter/templates/NOTES.txt +++ b/stable/prometheus-cloudwatch-exporter/templates/NOTES.txt @@ -1,3 +1,5 @@ +DEPRECATED and moved to + 1. Get the application URL by running these commands: {{- if contains "NodePort" .Values.service.type }} export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "prometheus-cloudwatch-exporter.fullname" . }})