Skip to content

Commit 37a51a2

Browse files
authored
Merge pull request #83 from superstreamlabs/staging
0.4.6
2 parents 2f36711 + 91749d7 commit 37a51a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/superstream/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

charts/superstream/charts/telegraf/templates/configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ data:
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"
@@ -60,7 +60,7 @@ data:
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]

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.5
1+
0.4.6

0 commit comments

Comments
 (0)