Skip to content

Commit 45ca0fd

Browse files
Merge pull request #196 from superstreamlabs/qa
Qa
2 parents 4169c9a + af3aeef commit 45ca0fd

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

charts/superstream/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ annotations:
55
dataPlaneVersion: "1.1.938"
66
autoScalerVersion: "1.1.902"
77
artifacthub.io/changes: |-
8-
- kind: added
9-
description: Add Datadog Agent
8+
- kind: fixed
9+
description: DataDog Syslog configuration
1010
name: superstream
1111
description: Superstream Official Helm chart
1212
home: https://superstream.ai
@@ -30,7 +30,7 @@ type: application
3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
3232
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33-
version: 0.9.47
33+
version: 0.9.48
3434
# This is the version number of the application being deployed. This version number should be
3535
# incremented each time you make changes to the application. Versions are not expected to
3636
# follow Semantic Versioning. They should reflect the version the application is using.

charts/superstream/charts/datadog/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
- name: CONTROL_PLANE_PROTOCOL
9292
value: {{ .Values.controlPlane.protocol | quote }}
9393
- name: SYSLOG_HOST
94-
value: {{ .Values.syslog.host | quote }}
94+
value: {{ .Values.syslog.remoteSyslog }}.{{ .Release.Namespace }}
9595
- name: SYSLOG_PROTOCOL
9696
value: {{ .Values.syslog.protocol | quote }}
9797
- name: SYSLOG_PORT
@@ -122,7 +122,7 @@ spec:
122122
- name: CONTROL_PLANE_PROTOCOL
123123
value: {{ .Values.controlPlane.protocol | quote }}
124124
- name: SYSLOG_HOST
125-
value: {{ .Values.syslog.host | quote }}
125+
value: {{ .Values.syslog.remoteSyslog }}.{{ .Release.Namespace }}
126126
- name: SYSLOG_PROTOCOL
127127
value: {{ .Values.syslog.protocol | quote }}
128128
- name: SYSLOG_PORT
@@ -361,7 +361,7 @@ spec:
361361
- name: CONTROL_PLANE_PROTOCOL
362362
value: {{ .Values.controlPlane.protocol | quote }}
363363
- name: SYSLOG_HOST
364-
value: {{ .Values.syslog.host | quote }}
364+
value: {{ .Values.syslog.remoteSyslog }}.{{ .Release.Namespace }}
365365
- name: SYSLOG_PROTOCOL
366366
value: {{ .Values.syslog.protocol | quote }}
367367
- name: SYSLOG_PORT

charts/superstream/charts/datadog/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ controlPlane:
3737
port: "4222"
3838
protocol: "nats"
3939
syslog:
40-
host: "telegraf"
41-
protocol: "udp"
42-
port: "6514"
40+
enabled: true
41+
remoteSyslog: superstream-syslog
42+
port: 5514
43+
protocol: udp
4344

4445
# Service configuration
4546
service:

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.47
1+
0.9.48

0 commit comments

Comments
 (0)