Skip to content

Commit e9dc15c

Browse files
committed
fix: update config reference for diagnostic_port
1 parent 0658d43 commit e9dc15c

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

charts/lightstepsatellite/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.15
2+
3+
* Fix `diagnostic_port` Helm variable to target the right config value.
4+
15
## 2.0.14
26

37
* Add `lightstep.sample_percent` for configuring sample percentage from the microsatellite. Note this can also be configured through the Lightstep API, and the API takes precedence.

charts/lightstepsatellite/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: lightstep
3-
version: 2.0.14
3+
version: 2.0.15
44
appVersion: "2022-10-03_20-16-42Z"
55
description: Lightstep microsatellite to collect telemetry data.
66
home: https://lightstep.com/

charts/lightstepsatellite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lightstep
22

3-
![Version: 2.0.14](https://img.shields.io/badge/Version-2.0.14-informational?style=flat-square) ![AppVersion: 2022-10-03_20-16-42Z](https://img.shields.io/badge/AppVersion-2022--10--03_20--16--42Z-informational?style=flat-square)
3+
![Version: 2.0.15](https://img.shields.io/badge/Version-2.0.15-informational?style=flat-square) ![AppVersion: 2022-10-03_20-16-42Z](https://img.shields.io/badge/AppVersion-2022--10--03_20--16--42Z-informational?style=flat-square)
44

55
Lightstep microsatellite to collect telemetry data.
66

charts/lightstepsatellite/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
- name: COLLECTOR_REPORTER_BYTES_PER_PROJECT_OVERRIDES
7070
value: {{ .Values.lightstep.bytes_per_project_override | toJson | quote }}
7171
{{ end }}
72-
- name: COLLECTOR_DIAGNOSTIC_PORT
72+
- name: COLLECTOR_DIAGNOSTICS_PLAIN_PORT
7373
value: {{ .Values.lightstep.diagnostic_port | quote }}
7474
- name: COLLECTOR_ADMIN_PLAIN_PORT
7575
value: {{ .Values.lightstep.admin_plain_port | quote }}

0 commit comments

Comments
 (0)