Skip to content

Commit 10fdfe9

Browse files
authored
chore: update Telegraf versions for v1.34.1 (#711)
1 parent fe0d58b commit 10fdfe9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/telegraf-ds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: telegraf-ds
3-
version: 1.1.35
4-
appVersion: 1.32.1
3+
version: 1.1.36
4+
appVersion: 1.34.1
55
deprecated: false
66
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
77
keywords:

charts/telegraf-ds/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repo: "telegraf"
7-
tag: "1.32-alpine"
7+
tag: "1.34-alpine"
88
pullPolicy: IfNotPresent
99
imagePullSecrets: []
1010
## Configure resource requests and limits

charts/telegraf/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: telegraf
3-
version: 1.8.55
4-
appVersion: 1.32.1
3+
version: 1.8.56
4+
appVersion: 1.34.1
55
deprecated: false
66
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
77
keywords:

charts/telegraf/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66
image:
77
repo: "docker.io/library/telegraf"
8-
tag: "1.32-alpine"
8+
tag: "1.34-alpine"
99
pullPolicy: IfNotPresent
1010
podAnnotations: {}
1111
podLabels: {}

0 commit comments

Comments
 (0)