Unverified Commit b45967f8 authored by Adam Gardner's avatar Adam Gardner Committed by GitHub

[telegraf] Fix: Cannot define inputs without health check (#246)

* [telegraf] Fix: Cannot define inputs without health check In the current implementation, a misplaced `{{- end }}` in the chart causes the `{{ template "inputs" .Values.config.inputs -}}` call to be inside the `{{- if .Values.metrics.health.enabled }}` conditional block. This fixes that. * Update Chart.yaml with a new version number Bump the version and add a sources list. Co-authored-by: 's avatartimhallinflux <timhallinflux@users.noreply.github.com>
parent 70eb8749
apiVersion: v2
name: telegraf
version: 1.7.35
version: 1.7.36
appVersion: 1.17
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......@@ -12,6 +12,9 @@ keywords:
- influxdb
- agent
home: https://www.influxdata.com/time-series-platform/telegraf/
sources:
- https://github.com/influxdata/helm-charts/tree/master/charts/telegraf
- https://github.com/influxdata/helm-charts/
maintainers:
- name: rawkode
email: rawkode@influxdata.com
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment