comcast chart migration (#115)

* comcast chart migration

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>

* fixing typo

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-01-10 15:36:01 -05:00 committed by GitHub
parent 85fa273534
commit ee33737bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
apiVersion: v1 apiVersion: v1
name: comcast name: comcast
version: 1.0.8 version: 2.0.0
appVersion: 1.0.0 appVersion: 1.0.0
description: periodic comcast data usage checks and save the results to InfluxDB description: periodic comcast data usage checks and save the results to InfluxDB
keywords: keywords:
- comcast - comcast
- influxdb - influxdb
- xfinity - xfinity
home: https://github.com/billimek/billimek-charts/tree/master/comcast home: https://github.com/billimek/billimek-charts/tree/master/charts/comcast
icon: https://i.imgur.com/iR1dUpp.png icon: https://i.imgur.com/iR1dUpp.png
sources: sources:
- https://github.com/billimek/comcastUsage-for-influxdb - https://github.com/billimek/comcastUsage-for-influxdb

View File

@ -71,7 +71,7 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install --name my-release -f values.yaml billimek/comcast helm install --name my-release -f values.yaml billimek/comcast
``` ```
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/comcast/values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/comcast/values.yaml) file. It has several commented out suggested values.
## InfluxDB metrics ## InfluxDB metrics
``` ```
@ -81,4 +81,4 @@ Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/
'total', 'total',
'unit' 'unit'
} }
``` ```