Skip to content

Commit 40acf8f

Browse files
authored
Add DD_VERSION (#31)
1 parent 0caea8a commit 40acf8f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/opserver/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.16
18+
version: 1.0.17
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/opserver/templates/deployment.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ spec:
9090
- name: DD_SERVICE
9191
value: "opserver"
9292

93+
- name: DD_VERSION
94+
value: {{ .Values.images.opserver.tag | quote }}
95+
9396
- name: KESTREL__ENDPOINTS__HTTP__URL
9497
value: "http://0.0.0.0:{{ .Values.kestrel.endPoints.http.containerPort }}/"
9598

0 commit comments

Comments
 (0)