Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
deprecate comcast (#351)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Billimek <jeff@billimek.com>
  • Loading branch information
billimek authored Aug 29, 2020
1 parent 03a5ac7 commit 6dbc400
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/comcast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 12 additions & 1 deletion charts/comcast/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 2 additions & 0 deletions charts/comcast/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6dbc400

Please sign in to comment.