File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : collector
33description : A Helm chart for Better Stack Collector - monitoring solution that collects metrics, logs, and traces
44type : application
5- version : 0.1.19
5+ version : 0.1.20
66appVersion : " latest"
77keywords :
88 - monitoring
Original file line number Diff line number Diff line change 6262 value : " /host/proc"
6363 - name : SYSFS_ROOT
6464 value : " /host/sys"
65+ - name : HELM_CHART_VERSION
66+ value : {{ .Chart.Version | quote }}
6567 ports :
6668 - name : otlp
6769 containerPort : {{ .Values.collector.otlpPort }}
@@ -133,6 +135,8 @@ spec:
133135 valueFrom :
134136 fieldRef :
135137 fieldPath : metadata.namespace
138+ - name : HELM_CHART_VERSION
139+ value : {{ .Chart.Version | quote }}
136140 # Special configuration (these need dynamic template values)
137141 - name : OTEL_EXPORTER_OTLP_ENDPOINT
138142 value : " http://localhost:{{ .Values.collector.otlpPort }}"
You can’t perform that action at this time.
0 commit comments