Skip to content

Commit 0ab8d29

Browse files
committed
update new release
1 parent 6786c44 commit 0ab8d29

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.21
2+
3+
* Update microsatellite image tag to `2024-01-22_17-52-59Z` to fix security vulnerabilites.
4+
15
## 2.0.19
26

37
* Update microsatellite image tag to `2023-07-31_19-36-12Z`.

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.20
4-
appVersion: "2023-07-31_19-36-12Z"
3+
version: 2.0.21
4+
appVersion: "2024-01-22_17-52-59Z"
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.20](https://img.shields.io/badge/Version-2.0.20-informational?style=flat-square) ![AppVersion: 2023-07-31_19-36-12Z](https://img.shields.io/badge/AppVersion-2023--07--31_19--36--12Z-informational?style=flat-square)
3+
![Version: 2.0.21](https://img.shields.io/badge/Version-2.0.20-informational?style=flat-square) ![AppVersion: 2024-01-22_17-52-59Z](https://img.shields.io/badge/AppVersion-2024--01--22_17--52--59Z-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 | `"2023-07-31_19-36-12Z"` | |
24+
| image.version | string | `"2024-01-22_17-52-59Z"` | |
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: 2023-07-31_19-36-12Z
11+
version: 2024-01-22_17-52-59Z
1212
pullPolicy: IfNotPresent
1313

1414
imagePullSecrets: []

0 commit comments

Comments
 (0)