diff --git a/charts/lightstepsatellite/CHANGELOG.md b/charts/lightstepsatellite/CHANGELOG.md index 9acca09..02d2d31 100644 --- a/charts/lightstepsatellite/CHANGELOG.md +++ b/charts/lightstepsatellite/CHANGELOG.md @@ -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`. diff --git a/charts/lightstepsatellite/Chart.yaml b/charts/lightstepsatellite/Chart.yaml index 5eba6dd..7881a5d 100644 --- a/charts/lightstepsatellite/Chart.yaml +++ b/charts/lightstepsatellite/Chart.yaml @@ -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 diff --git a/charts/lightstepsatellite/README.md b/charts/lightstepsatellite/README.md index 7e38fb3..66659c5 100644 --- a/charts/lightstepsatellite/README.md +++ b/charts/lightstepsatellite/README.md @@ -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. @@ -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` | | diff --git a/charts/lightstepsatellite/values.yaml b/charts/lightstepsatellite/values.yaml index 200d1b4..177f155 100644 --- a/charts/lightstepsatellite/values.yaml +++ b/charts/lightstepsatellite/values.yaml @@ -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: []