From c7232e8760d18154c121af21d84f9063c940685f Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Mon, 18 Mar 2024 13:58:24 -0600 Subject: [PATCH] chore: update Telegraf versions for v1.30.0 (#631) --- 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 266ea96e..126ff4d3 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.24 -appVersion: 1.29.5 +version: 1.1.25 +appVersion: 1.30.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 746de2ec..40b29049 100644 --- a/charts/telegraf-ds/values.yaml +++ b/charts/telegraf-ds/values.yaml @@ -4,7 +4,7 @@ image: repo: "telegraf" - tag: "1.29-alpine" + tag: "1.30-alpine" pullPolicy: IfNotPresent ## Configure resource requests and limits ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ diff --git a/charts/telegraf/Chart.yaml b/charts/telegraf/Chart.yaml index eacea43d..0709576a 100755 --- a/charts/telegraf/Chart.yaml +++ b/charts/telegraf/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: telegraf -version: 1.8.42 -appVersion: 1.29.5 +version: 1.8.43 +appVersion: 1.30.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 a3dd11ec..0dbc9ef6 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.29-alpine" + tag: "1.30-alpine" pullPolicy: IfNotPresent podAnnotations: {} podLabels: {}