Unverified Commit 62b039fb authored by Wojciech Kocjan's avatar Wojciech Kocjan Committed by GitHub

Update telegraf-operator to 1.3.7; update default telegraf image to 1.22 (#477)

parent 838956b0
...@@ -30,8 +30,8 @@ type: application ...@@ -30,8 +30,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v1.3.6 appVersion: v1.3.7
...@@ -2,7 +2,7 @@ replicaCount: 3 ...@@ -2,7 +2,7 @@ replicaCount: 3
image: image:
repository: quay.io/influxdb/telegraf-operator repository: quay.io/influxdb/telegraf-operator
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
sidecarImage: "docker.io/library/telegraf:1.19" sidecarImage: "docker.io/library/telegraf:1.22"
classes: classes:
secretName: "telegraf-operator-classes" secretName: "telegraf-operator-classes"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment