From a0c5fdf741596e0bba2aae635ccf9d586d14ff92 Mon Sep 17 00:00:00 2001 From: Naseem Date: Sat, 5 Sep 2020 02:53:33 -0400 Subject: [PATCH] [prometheus-to-sd] deprecate (#23707) Signed-off-by: Naseem --- stable/prometheus-to-sd/Chart.yaml | 10 +++++----- stable/prometheus-to-sd/README.md | 2 ++ stable/prometheus-to-sd/templates/NOTES.txt | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/stable/prometheus-to-sd/Chart.yaml b/stable/prometheus-to-sd/Chart.yaml index 707e96ca30..a3ba95ddf1 100644 --- a/stable/prometheus-to-sd/Chart.yaml +++ b/stable/prometheus-to-sd/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v1 appVersion: 0.5.2 -description: Scrape metrics stored in prometheus format and push them to the Stackdriver +# The prometheus-to-sd 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 Scrape metrics stored in prometheus format and push them to the Stackdriver home: https://github.com/GoogleCloudPlatform/k8s-stackdriver/tree/master/prometheus-to-sd keywords: - prometheus - stackdriver -maintainers: -- name: acondrat - email: arcadie.condrat@gmail.com name: prometheus-to-sd -version: 0.3.0 +version: 0.3.1 diff --git a/stable/prometheus-to-sd/README.md b/stable/prometheus-to-sd/README.md index 60f080b53b..ef34301e31 100644 --- a/stable/prometheus-to-sd/README.md +++ b/stable/prometheus-to-sd/README.md @@ -1,5 +1,7 @@ # prometheus-to-sd +DEPRECATED and moved to + [prometheus-to-sd](https://github.com/GoogleCloudPlatform/k8s-stackdriver/tree/master/prometheus-to-sd) is a simple component that can scrape metrics stored in prometheus text format from one or multiple components and push them to the Stackdriver ## TL;DR; diff --git a/stable/prometheus-to-sd/templates/NOTES.txt b/stable/prometheus-to-sd/templates/NOTES.txt index 932cb80e17..89e0936110 100644 --- a/stable/prometheus-to-sd/templates/NOTES.txt +++ b/stable/prometheus-to-sd/templates/NOTES.txt @@ -1,2 +1,4 @@ +DEPRECATED and moved to + Check prometheus-to-sd pod $ kubectl get pods --namespace={{ .Release.Namespace }}