From bd982d0b6765202a2888bf97f3286e4787a5e43f Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 18:19:16 -0400 Subject: [PATCH] bumping modem-stats --- modem-stats/Chart.yaml | 4 ++-- modem-stats/values.yaml | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/modem-stats/Chart.yaml b/modem-stats/Chart.yaml index 9c29f055..a8174668 100644 --- a/modem-stats/Chart.yaml +++ b/modem-stats/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: modem-stats -version: 1.0.1 +version: 1.0.2 appVersion: 1.0.0 description: periodic cable modem data collection and save the results to InfluxDB keywords: @@ -12,4 +12,4 @@ sources: - https://github.com/billimek/billimek-charts maintainers: - name: billimek - email: jeff@billimek.com \ No newline at end of file + email: jeff@billimek.com diff --git a/modem-stats/values.yaml b/modem-stats/values.yaml index 29e2bc75..b0c9b126 100644 --- a/modem-stats/values.yaml +++ b/modem-stats/values.yaml @@ -20,15 +20,15 @@ resources: {} nodeSelector: {} debug: false config: - # how many seconds to wait between checks - delay: 3600 - influxdb: - # host/port/database are mandatory - change as needed - host: influxdb-influxdb - port: 8086 - database: cable_modem_stats - # username: - # password: - ssl: false - modem: - url: http://192.168.100.1/RgConnect.asp + # how many seconds to wait between checks + delay: 3600 + influxdb: + # host/port/database are mandatory - change as needed + host: influxdb-influxdb + port: 8086 + database: cable_modem_stats + # username: + # password: + ssl: false + modem: + url: http://192.168.100.1/RgConnect.asp