From c2b092f3a53555ba29e8caceb181aa500c0d104d Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 12 Sep 2023 14:36:13 -0600 Subject: [PATCH] chore: update Telegraf versions for v1.28.1 (#601) --- 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 d67f1a12..f95441f2 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.15 -appVersion: 1.27.4 +version: 1.1.16 +appVersion: 1.28.1 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 714b76f5..52a472b3 100644 --- a/charts/telegraf-ds/values.yaml +++ b/charts/telegraf-ds/values.yaml @@ -4,7 +4,7 @@ image: repo: "telegraf" - tag: "1.27-alpine" + tag: "1.28-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 13c5e287..d28bec7e 100755 --- a/charts/telegraf/Chart.yaml +++ b/charts/telegraf/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: telegraf -version: 1.8.33 -appVersion: 1.27.4 +version: 1.8.34 +appVersion: 1.28.1 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 bced739c..8d23a565 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.27-alpine" + tag: "1.28-alpine" pullPolicy: IfNotPresent podAnnotations: {} podLabels: {}