From c070373041f854351bba12fd165a47f3875158df Mon Sep 17 00:00:00 2001 From: Jeffrey Victor Date: Thu, 7 Nov 2024 13:42:09 -0500 Subject: [PATCH] Bumped chart, Updated Readme, added Scheme and tlsConfig to values.yaml Signed-off-by: Jeffrey Victor --- charts/tempo/Chart.yaml | 2 +- charts/tempo/README.md | 4 +++- charts/tempo/values.yaml | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index 5e49b661ee..5192529ba1 100644 --- a/charts/tempo/Chart.yaml +++ b/charts/tempo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo description: Grafana Tempo Single Binary Mode type: application -version: 1.12.0 +version: 1.12.1 appVersion: 2.5.0 engine: gotpl home: https://grafana.net diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 81629e43f4..3f6adb9f39 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 1.12.0](https://img.shields.io/badge/Version-1.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) +![Version: 1.12.1](https://img.shields.io/badge/Version-1.12.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) Grafana Tempo Single Binary Mode @@ -52,6 +52,8 @@ Grafana Tempo Single Binary Mode | serviceMonitor.annotations | object | `{}` | | | serviceMonitor.enabled | bool | `false` | | | serviceMonitor.interval | string | `""` | | +| serviceMonitor.scheme | string | `""` | | +| serviceMonitor.tlsConfig | object | `{}` | | | tempo.extraArgs | object | `{}` | | | tempo.extraEnv | list | `[]` | Environment variables to add | | tempo.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the ingester pods | diff --git a/charts/tempo/values.yaml b/charts/tempo/values.yaml index 7aaf93920b..7b55b2258a 100644 --- a/charts/tempo/values.yaml +++ b/charts/tempo/values.yaml @@ -272,6 +272,8 @@ serviceMonitor: interval: "" additionalLabels: {} annotations: {} + scheme: "" + tlsConfig: {} # scrapeTimeout: 10s persistence: