Skip to content

Commit d184044

Browse files
fix datadog
1 parent 5366b67 commit d184044

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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.940"
66
autoScalerVersion: "1.1.902"
77
artifacthub.io/changes: |-
8-
- kind: changed
9-
description: Bump Superstream-Data-Plane to 1.1.940
8+
- kind: fixed
9+
description: Datadog Agent Static Name
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.50
33+
version: 0.9.51
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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ spec:
156156
- name: DD_SITE
157157
value: {{ .Values.site | quote }}
158158
- name: DD_HOSTNAME
159-
valueFrom:
160-
fieldRef:
161-
fieldPath: metadata.name
159+
value: {{ printf "%s-%s" .Values.global.superstreamAccountId .Values.global.engineName | quote }}
162160
- name: KUBERNETES
163161
value: "yes"
164162
- name: DD_LOG_LEVEL

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.50
1+
0.9.51

0 commit comments

Comments
 (0)