mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
bumping helm-repo
This commit is contained in:
parent
fc48510e8a
commit
e7d854bebd
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: speedtest
|
||||
version: 1.0.2
|
||||
version: 1.1.0
|
||||
appVersion: 1.0.0
|
||||
description: periodic speedtest and save the results to InfluxDB
|
||||
keywords:
|
||||
|
@ -11,11 +11,6 @@ data:
|
||||
config.ini: |
|
||||
[GENERAL]
|
||||
Delay = {{ .Values.config.delay }}
|
||||
{{- if .Values.debug }}
|
||||
Output = True
|
||||
{{- else }}
|
||||
Output = False
|
||||
{{- end }}
|
||||
[INFLUXDB]
|
||||
Address = {{ .Values.config.influxdb.host }}
|
||||
Port = {{ .Values.config.influxdb.port }}
|
||||
@ -29,4 +24,9 @@ data:
|
||||
{{- end }}
|
||||
[SPEEDTEST]
|
||||
Server = {{ .Values.config.speedtest.server }}
|
||||
|
||||
[LOGGING]
|
||||
{{- if .Values.debug }}
|
||||
Level = debug
|
||||
{{- else }}
|
||||
Level = info
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user