From 0aa6aee630872f751cc3233528811b2bc465d2f7 Mon Sep 17 00:00:00 2001
From: Mya <myalongmire05@gmail.com>
Date: Tue, 26 Jul 2022 08:39:33 -0600
Subject: [PATCH] chore: update Telegraf versions for v1.23.3 (#493)

---
 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 e06187a..5a75818 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.0
-appVersion: 1.22.1
+version: 1.1.1
+appVersion: 1.23.3
 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 70a5bbc..167a775 100644
--- a/charts/telegraf-ds/values.yaml
+++ b/charts/telegraf-ds/values.yaml
@@ -4,7 +4,7 @@
 
 image:
   repo: "telegraf"
-  tag: "1.22-alpine"
+  tag: "1.23-alpine"
   pullPolicy: IfNotPresent
 
 ## Configure resource requests and limits
diff --git a/charts/telegraf/Chart.yaml b/charts/telegraf/Chart.yaml
index 51153f2..5adf3c1 100755
--- a/charts/telegraf/Chart.yaml
+++ b/charts/telegraf/Chart.yaml
@@ -1,7 +1,7 @@
 apiVersion: v2
 name: telegraf
-version: 1.8.18
-appVersion: 1.22.0
+version: 1.8.19
+appVersion: 1.23.3
 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 03d1d90..1cf778b 100644
--- a/charts/telegraf/values.yaml
+++ b/charts/telegraf/values.yaml
@@ -6,7 +6,7 @@ replicaCount: 1
 
 image:
   repo: "telegraf"
-  tag: "1.22-alpine"
+  tag: "1.23-alpine"
   pullPolicy: IfNotPresent
 
 podAnnotations: {}
-- 
2.24.1