Skip to content

Commit

Permalink
Update telegraf-operator to 1.3.7; update default telegraf image to 1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Kocjan authored Jun 2, 2022
1 parent 838956b commit 62b039f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/telegraf-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.3.6
version: 1.3.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v1.3.6
appVersion: v1.3.7
2 changes: 1 addition & 1 deletion charts/telegraf-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 3
image:
repository: quay.io/influxdb/telegraf-operator
pullPolicy: IfNotPresent
sidecarImage: "docker.io/library/telegraf:1.19"
sidecarImage: "docker.io/library/telegraf:1.22"

classes:
secretName: "telegraf-operator-classes"
Expand Down

0 comments on commit 62b039f

Please sign in to comment.