Skip to content

Commit

Permalink
Merge pull request #40 from lightstep/mohosman/LS-58080/new-release-v…
Browse files Browse the repository at this point in the history
…ersion

LS-58080:(microsat-helm-chart): new microsat release update
  • Loading branch information
moh-osman3 authored Feb 1, 2024
2 parents 6786c44 + 435b2cc commit 4cb8e80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
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

0 comments on commit 4cb8e80

Please sign in to comment.