Add deprecation notice. (#21232)

Signed-off-by: Naseem <naseem@transit.app>
This commit is contained in:
Naseem
2020-03-06 09:13:24 -08:00
committed by GitHub
parent 4cbfa8c4c3
commit 28e394293e
2 changed files with 9 additions and 7 deletions
+3 -6
View File
@@ -1,16 +1,13 @@
apiVersion: v1
name: telegraf
version: 1.6.0
version: 1.6.1
appVersion: 1.12
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
deprecated: true
description: DEPRECATED Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
- telegraf
- collector
- timeseries
- influxdata
home: https://www.influxdata.com/time-series-platform/telegraf/
maintainers:
- name: naseemkullah
email: naseemkullah@gmail.com
engine: gotpl
+6 -1
View File
@@ -1,4 +1,9 @@
# Telegraf
# DEPRECATED - Telegraf
**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/
[Telegraf](https://github.com/influxdata/telegraf) is a plugin-driven server agent written by the folks over at [InfluxData](https://influxdata.com) for collecting & reporting metrics.