File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/telegraf/templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type: application
2525# This is the chart version. This version number should be incremented each time you make changes
2626# to the chart and its templates, including the app version.
2727# Versions are expected to follow Semantic Versioning (https://semver.org/)
28- version : 0.4.5
28+ version : 0.4.6
2929# This is the version number of the application being deployed. This version number should be
3030# incremented each time you make changes to the application. Versions are not expected to
3131# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 4747 "https://superstream-monitoring.mgmt.memphis-gcp.dev"
4848 ]
4949 [outputs.influxdb_v2.http_headers]
50- Authorization = "<< $TOKEN >> "
50+ Authorization = "$TOKEN"
5151 [[outputs.influxdb_v2]]
5252 bucket = "metrics"
5353 content_encoding = "gzip"
6060 "https://superstream-monitoring.mgmt.memphis-gcp.dev"
6161 ]
6262 [outputs.influxdb_v2.http_headers]
63- Authorization = "<< $TOKEN >> "
63+ Authorization = "$TOKEN"
6464 [[inputs.syslog]]
6565 server = "udp://:6514"
6666 [inputs.syslog.tags]
Original file line number Diff line number Diff line change 1- 0.4.5
1+ 0.4.6
You can’t perform that action at this time.
0 commit comments