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.11
2+
3+ * Incremental performance improvements
4+ * Improved microsatellite compression when using OpenTelemetry tracers
5+ * Image now based on Ubuntu 22.10
6+
17## 2.0.10
28
39* Added ` lightstep.max_msg_size_bytes ` as a configuration option to override the maximum receive payload size for gRPC messages.
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : lightstep
3- version : 2.0.10
4- appVersion : " 2022-04-28_17-39-22Z "
3+ version : 2.0.11
4+ appVersion : " 2022-08-19_13-14-47Z "
55description : Lightstep microsatellite to collect telemetry data.
66home : https://lightstep.com/
77icon : https://go.lightstep.com/rs/260-KGM-472/images/logo-medium-color-400x100.jpg
Original file line number Diff line number Diff line change 11# lightstep
22
3- ![ Version: 2.0.10 ] ( https://img.shields.io/badge/Version-2.0.10 -informational?style=flat-square ) ![ AppVersion: 2022-04-28_17-39-22Z ] ( https://img.shields.io/badge/AppVersion-2022--04--28_17--39--22Z -informational?style=flat-square )
3+ ![ Version: 2.0.11 ] ( https://img.shields.io/badge/Version-2.0.11 -informational?style=flat-square ) ![ AppVersion: 2022-08-19_13-14-47Z ] ( https://img.shields.io/badge/AppVersion-2022--08--19_13--14--47Z -informational?style=flat-square )
44
55Lightstep microsatellite to collect telemetry data.
66
@@ -14,7 +14,7 @@ Lightstep microsatellite to collect telemetry data.
1414| fullnameOverride | string | ` "" ` | |
1515| image.pullPolicy | string | ` "IfNotPresent" ` | |
1616| image.repository | string | ` "lightstep/microsatellite" ` | |
17- | image.version | string | ` "2022-04-28_17-39-22Z " ` | |
17+ | image.version | string | ` "2022-08-19_13-14-47Z " ` | |
1818| imagePullSecrets | list | ` [] ` | |
1919| lightstep.admin_plain_port | int | ` 8180 ` | |
2020| lightstep.admin_secure_port | int | ` 9090 ` | |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replicaCount: 1
88
99image :
1010 repository : lightstep/microsatellite
11- version : 2022-04-28_17-39-22Z
11+ version : 2022-08-19_13-14-47Z
1212 pullPolicy : IfNotPresent
1313
1414imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments