From 321e665935c11ba343248520b7568781da3a2826 Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:51:07 +0200 Subject: [PATCH] chore: update Telegraf versions for v1.32.0 (#675) --- charts/telegraf-ds/Chart.yaml | 4 ++-- charts/telegraf-ds/values.yaml | 2 +- charts/telegraf/Chart.yaml | 4 ++-- charts/telegraf/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/telegraf-ds/Chart.yaml b/charts/telegraf-ds/Chart.yaml index c1950456..1d6883af 100644 --- a/charts/telegraf-ds/Chart.yaml +++ b/charts/telegraf-ds/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: telegraf-ds -version: 1.1.33 -appVersion: 1.31.3 +version: 1.1.34 +appVersion: 1.32.0 deprecated: false description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. keywords: diff --git a/charts/telegraf-ds/values.yaml b/charts/telegraf-ds/values.yaml index a50deb07..6a754fdf 100644 --- a/charts/telegraf-ds/values.yaml +++ b/charts/telegraf-ds/values.yaml @@ -4,7 +4,7 @@ image: repo: "telegraf" - tag: "1.31-alpine" + tag: "1.32-alpine" pullPolicy: IfNotPresent imagePullSecrets: [] ## Configure resource requests and limits diff --git a/charts/telegraf/Chart.yaml b/charts/telegraf/Chart.yaml index 4615bb89..c2a36b77 100755 --- a/charts/telegraf/Chart.yaml +++ b/charts/telegraf/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: telegraf -version: 1.8.53 -appVersion: 1.31.3 +version: 1.8.54 +appVersion: 1.32.0 deprecated: false description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. keywords: diff --git a/charts/telegraf/values.yaml b/charts/telegraf/values.yaml index 0324738f..b55e0c92 100644 --- a/charts/telegraf/values.yaml +++ b/charts/telegraf/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repo: "docker.io/library/telegraf" - tag: "1.31-alpine" + tag: "1.32-alpine" pullPolicy: IfNotPresent podAnnotations: {} podLabels: {}