Skip to content

Commit

Permalink
chore: update Telegraf versions for v1.27.2 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Jul 11, 2023
1 parent f6e0743 commit 4e72f9d
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.10
appVersion: 1.26.3
version: 1.1.11
appVersion: 1.27.2
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.26-alpine"
tag: "1.27-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.28
appVersion: 1.26.3
version: 1.8.29
appVersion: 1.27.2
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.26-alpine"
tag: "1.27-alpine"
pullPolicy: IfNotPresent
podAnnotations: {}
podLabels: {}
Expand Down

0 comments on commit 4e72f9d

Please sign in to comment.