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: {}