From 6dbc400b444e413117711a0f0f652bd14d5caaf9 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sat, 29 Aug 2020 15:12:20 -0400 Subject: [PATCH] deprecate comcast (#351) Signed-off-by: Jeff Billimek --- charts/comcast/Chart.yaml | 4 ++-- charts/comcast/README.md | 13 ++++++++++++- charts/comcast/templates/NOTES.txt | 2 ++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/charts/comcast/Chart.yaml b/charts/comcast/Chart.yaml index 553f2806..6bd7ba48 100644 --- a/charts/comcast/Chart.yaml +++ b/charts/comcast/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: comcast -version: 2.0.1 +version: 2.0.2 appVersion: 1.0.0 -description: periodic comcast data usage checks and save the results to InfluxDB +description: DEPRECATED - periodic comcast data usage checks and save the results to InfluxDB keywords: - comcast - influxdb diff --git a/charts/comcast/README.md b/charts/comcast/README.md index 645a0dc9..ab351061 100644 --- a/charts/comcast/README.md +++ b/charts/comcast/README.md @@ -1,4 +1,15 @@ -# Comcast Data Cap Usage Collector For InfluxDB and Grafana +# DEPRECATED - Comcast Data Cap Usage Collector For InfluxDB and Grafana + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/comcast + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/comcast +``` + +--- ![Screenshot](https://github.com/billimek/comcastUsage-for-influxdb/raw/master/images/comcast_grafana_example.png) diff --git a/charts/comcast/templates/NOTES.txt b/charts/comcast/templates/NOTES.txt index 08094752..45a00be8 100644 --- a/charts/comcast/templates/NOTES.txt +++ b/charts/comcast/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + You can connect to the container running comcast. To open a shell session in the pod run the following: - kubectl exec -i -t --namespace {{ .Release.Namespace }} $(kubectl get pods --namespace {{ .Release.Namespace }} -l app={{ template "comcast.fullname" . }} -o jsonpath='{.items[0].metadata.name}') /bin/sh