Skip to content

Commit

Permalink
chore: update Telegraf versions for v1.25.0 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Jan 3, 2023
1 parent a42e602 commit 01c5daf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/telegraf-ds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: telegraf-ds
version: 1.1.5
appVersion: 1.24.3
version: 1.1.6
appVersion: 1.25.0
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/telegraf-ds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repo: "telegraf"
tag: "1.24-alpine"
tag: "1.25-alpine"
pullPolicy: IfNotPresent
## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
Expand Down
4 changes: 2 additions & 2 deletions charts/telegraf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: telegraf
version: 1.8.23
appVersion: 1.24.3
version: 1.8.24
appVersion: 1.25.0
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/telegraf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1
image:
repo: "telegraf"
tag: "1.24-alpine"
tag: "1.25-alpine"
pullPolicy: IfNotPresent
podAnnotations: {}
podLabels: {}
Expand Down

0 comments on commit 01c5daf

Please sign in to comment.