Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LS-58080:(microsat-helm-chart): new microsat release update #40

Merged
merged 2 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/lightstepsatellite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.21

* Update microsatellite image tag to `2024-01-22_17-52-59Z` to fix security vulnerabilites.

## 2.0.19

* Update microsatellite image tag to `2023-07-31_19-36-12Z`.
Expand Down
4 changes: 2 additions & 2 deletions charts/lightstepsatellite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: lightstep
version: 2.0.20
appVersion: "2023-07-31_19-36-12Z"
version: 2.0.21
appVersion: "2024-01-22_17-52-59Z"
description: Lightstep microsatellite to collect telemetry data.
home: https://lightstep.com/
icon: https://go.lightstep.com/rs/260-KGM-472/images/logo-medium-color-400x100.jpg
Expand Down
4 changes: 2 additions & 2 deletions charts/lightstepsatellite/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lightstep

![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)
![Version: 2.0.21](https://img.shields.io/badge/Version-2.0.21-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)

Lightstep microsatellite to collect telemetry data.

Expand All @@ -21,7 +21,7 @@ Lightstep microsatellite to collect telemetry data.
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"lightstep/microsatellite"` | |
| image.version | string | `"2023-07-31_19-36-12Z"` | |
| image.version | string | `"2024-01-22_17-52-59Z"` | |
| imagePullSecrets | list | `[]` | |
| lightstep.admin_plain_port | int | `8180` | |
| lightstep.admin_secure_port | int | `9090` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/lightstepsatellite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1

image:
repository: lightstep/microsatellite
version: 2023-07-31_19-36-12Z
version: 2024-01-22_17-52-59Z
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
Loading