From ee33737bfb22c3ea641d571b2ed0b9c4261e483a Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 10 Jan 2020 15:36:01 -0500 Subject: [PATCH] comcast chart migration (#115) * comcast chart migration Signed-off-by: Jeff Billimek * fixing typo Signed-off-by: Jeff Billimek --- charts/comcast/Chart.yaml | 4 ++-- charts/comcast/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/comcast/Chart.yaml b/charts/comcast/Chart.yaml index 040cdb98..987997a5 100644 --- a/charts/comcast/Chart.yaml +++ b/charts/comcast/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v1 name: comcast -version: 1.0.8 +version: 2.0.0 appVersion: 1.0.0 description: periodic comcast data usage checks and save the results to InfluxDB keywords: - comcast - influxdb - 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 sources: - https://github.com/billimek/comcastUsage-for-influxdb diff --git a/charts/comcast/README.md b/charts/comcast/README.md index 01509393..645a0dc9 100644 --- a/charts/comcast/README.md +++ b/charts/comcast/README.md @@ -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 ``` -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 ``` @@ -81,4 +81,4 @@ Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/ 'total', 'unit' } -``` \ No newline at end of file +```