File tree Expand file tree Collapse file tree
charts/lightstepsatellite Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.0.16
2+
3+ * Omit Deployment.spec.replicas if autoscaling is enabled, or replicaCount is null.
4+ * Only set ` COLLECTOR_REPORTER_BYTES_PER_PROJECT ` if ` lightstep.bytes_per_project ` is non-null.
5+
16## 2.0.15
27
38* Fix ` diagnostic_port ` Helm variable to target the right config value.
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : lightstep
3- version : 2.0.15
3+ version : 2.0.16
44appVersion : " 2022-10-03_20-16-42Z"
55description : Lightstep microsatellite to collect telemetry data.
66home : https://lightstep.com/
Original file line number Diff line number Diff line change 11# lightstep
22
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 )
3+ ![ Version: 2.0.16 ] ( https://img.shields.io/badge/Version-2.0.16 -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
55Lightstep microsatellite to collect telemetry data.
66
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ metadata:
55 labels :
66 {{- include "lightstep.labels" . | nindent 4 }}
77spec :
8+ {{- if not (or .Values.autoscaling.enabled (kindIs "invalid" .Values.replicaCount)) }}
89 replicas : {{ .Values.replicaCount }}
10+ {{- end }}
911 selector :
1012 matchLabels :
1113 {{- include "lightstep.selectorLabels" . | nindent 6 }}
You can’t perform that action at this time.
0 commit comments