Skip to content

Commit

Permalink
fix(telegraf): configmap rendering error (influxdata#442)
Browse files Browse the repository at this point in the history
* fix(telegraf): configmap rendering error

* bump version

Co-authored-by: Ales Pour <[email protected]>
  • Loading branch information
bdronneau and alespour authored Mar 17, 2022
1 parent d0e9600 commit d534df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/telegraf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: telegraf
version: 1.8.16
version: 1.8.17
appVersion: 1.21.4
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
Expand Down
2 changes: 1 addition & 1 deletion charts/telegraf/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "telegraf.labels" . | nindent 4 }}
data:
telegraf.conf: |+
{{- $tplVersion := include "detect.version" . -}}
{{- $tplVersion := include "detect.version" . }}
{{ template "global_tags" .Values.config.global_tags }}
{{ template "agent" .Values.config.agent }}
{{ template "processors" (list $tplVersion .Values.config.processors) }}
Expand Down

0 comments on commit d534df3

Please sign in to comment.