Skip to content

Commit

Permalink
Bumped chart, Updated Readme, added Scheme and tlsConfig to values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Victor <[email protected]>
  • Loading branch information
qqchachoo committed Nov 18, 2024
1 parent 1ff7ef4 commit c070373
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tempo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion charts/tempo/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 2 additions & 0 deletions charts/tempo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ serviceMonitor:
interval: ""
additionalLabels: {}
annotations: {}
scheme: ""
tlsConfig: {}
# scrapeTimeout: 10s

persistence:
Expand Down

0 comments on commit c070373

Please sign in to comment.