File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff 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
1010name : superstream
1111description : Superstream Official Helm chart
1212home : 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 0.9.50
1+ 0.9.51
You can’t perform that action at this time.
0 commit comments