Skip to content

Commit

Permalink
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/superstream/Chart.yaml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.5
version: 0.4.6
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
4 changes: 2 additions & 2 deletions charts/superstream/charts/telegraf/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ data:
"https://superstream-monitoring.mgmt.memphis-gcp.dev"
]
[outputs.influxdb_v2.http_headers]
Authorization = "<< $TOKEN >>"
Authorization = "$TOKEN"
[[outputs.influxdb_v2]]
bucket = "metrics"
content_encoding = "gzip"
@@ -60,7 +60,7 @@ data:
"https://superstream-monitoring.mgmt.memphis-gcp.dev"
]
[outputs.influxdb_v2.http_headers]
Authorization = "<< $TOKEN >>"
Authorization = "$TOKEN"
[[inputs.syslog]]
server = "udp://:6514"
[inputs.syslog.tags]
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.5
0.4.6

0 comments on commit 37a51a2

Please sign in to comment.