From 61320dd93d15677638e99341898aaa2dfb90f220 Mon Sep 17 00:00:00 2001 From: Naseem Date: Fri, 6 Mar 2020 12:21:24 -0500 Subject: [PATCH] Add deprecation notice. (#21233) Signed-off-by: Naseem --- stable/chronograf/Chart.yaml | 8 +++----- stable/chronograf/README.md | 7 ++++++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/stable/chronograf/Chart.yaml b/stable/chronograf/Chart.yaml index fa3372f707..773bf5d2a9 100755 --- a/stable/chronograf/Chart.yaml +++ b/stable/chronograf/Chart.yaml @@ -1,8 +1,9 @@ apiVersion: v1 name: chronograf -version: 1.1.0 +version: 1.1.1 appVersion: 1.7.12 -description: Open-source web application written in Go and React.js that provides +deprecated: true +description: DEPRECATED Open-source web application written in Go and React.js that provides the tools to visualize your monitoring data and easily create alerting and automation rules. keywords: @@ -10,7 +11,4 @@ keywords: - visualizaion - timeseries home: https://www.influxdata.com/time-series-platform/chronograf/ -maintainers: -- name: jackzampolin - email: jack@influxdb.com engine: gotpl diff --git a/stable/chronograf/README.md b/stable/chronograf/README.md index fc295aed97..293df01887 100644 --- a/stable/chronograf/README.md +++ b/stable/chronograf/README.md @@ -1,4 +1,9 @@ -# Chronograf +# DEPRECATED - Chronograf + +**This chart has been deprecated and moved to its new home:** + +- **GitHub repo:** https://github.com/influxdata/helm-charts +- **Charts repo:** https://helm.influxdata.com/ ## An Open-Source Time Series Visualization Tool