Skip to content

Commit 27487db

Browse files
authored
Merge pull request #31 from lightstep/gtd.microsat.img-update
update microsat image to latest release
2 parents 50bba45 + 2661651 commit 27487db

4 files changed

Lines changed: 9 additions & 5 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.17
2+
3+
* Update microsatellite image tag to `2023-03-29_17-59-52Z`.
4+
15
## 2.0.16
26

37
* Omit Deployment.spec.replicas if autoscaling is enabled, or replicaCount is null.

charts/lightstepsatellite/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: lightstep
3-
version: 2.0.16
4-
appVersion: "2022-10-03_20-16-42Z"
3+
version: 2.0.17
4+
appVersion: "2023-03-29_17-59-52Z"
55
description: Lightstep microsatellite to collect telemetry data.
66
home: https://lightstep.com/
77
icon: https://go.lightstep.com/rs/260-KGM-472/images/logo-medium-color-400x100.jpg

charts/lightstepsatellite/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lightstep
22

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)
3+
![Version: 2.0.17](https://img.shields.io/badge/Version-2.0.17-informational?style=flat-square) ![AppVersion: 2023-03-29_17-59-52Z](https://img.shields.io/badge/AppVersion-2023--03--29_17--59--52Z-informational?style=flat-square)
44

55
Lightstep microsatellite to collect telemetry data.
66

@@ -21,7 +21,7 @@ Lightstep microsatellite to collect telemetry data.
2121
| fullnameOverride | string | `""` | |
2222
| image.pullPolicy | string | `"IfNotPresent"` | |
2323
| image.repository | string | `"lightstep/microsatellite"` | |
24-
| image.version | string | `"2022-10-03_20-16-42Z"` | |
24+
| image.version | string | `"2023-03-29_17-59-52Z"` | |
2525
| imagePullSecrets | list | `[]` | |
2626
| lightstep.admin_plain_port | int | `8180` | |
2727
| lightstep.admin_secure_port | int | `9090` | |

charts/lightstepsatellite/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88

99
image:
1010
repository: lightstep/microsatellite
11-
version: 2022-10-03_20-16-42Z
11+
version: 2023-03-29_17-59-52Z
1212
pullPolicy: IfNotPresent
1313

1414
imagePullSecrets: []

0 commit comments

Comments
 (0)