Skip to content

Commit

Permalink
chore: update Telegraf versions for v1.23.3 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyaLongmire authored Jul 26, 2022
1 parent 4d47341 commit 0aa6aee
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.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:
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.22-alpine"
tag: "1.23-alpine"
pullPolicy: IfNotPresent

## Configure resource requests and limits
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.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:
Expand Down
2 changes: 1 addition & 1 deletion charts/telegraf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repo: "telegraf"
tag: "1.22-alpine"
tag: "1.23-alpine"
pullPolicy: IfNotPresent

podAnnotations: {}
Expand Down

0 comments on commit 0aa6aee

Please sign in to comment.