Skip to content

Commit 10cf5cc

Browse files
committed
[tempo-vulture] bump to 2.8.1
Signed-off-by: drfaust92 <[email protected]>
1 parent 0fae436 commit 10cf5cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/tempo-vulture/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: tempo-vulture
33
description: Grafana Tempo Vulture - A tool to monitor Tempo performance.
44
type: application
5-
version: 0.8.0
6-
appVersion: 2.6.1
5+
version: 0.9.0
6+
appVersion: 2.8.1
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/
99
icon: https://raw.githubusercontent.com/grafana/tempo/master/docs/tempo/website/logo_and_name.png

charts/tempo-vulture/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-vulture
22

3-
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square)
3+
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
44

55
Grafana Tempo Vulture - A tool to monitor Tempo performance.
66

@@ -81,5 +81,5 @@ tempoAddress:
8181
| serviceAccount.imagePullSecrets | list | `[]` | Image pull secrets for the service account |
8282
| serviceAccount.name | string | `nil` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template |
8383
| tempoAddress.push | string | `nil` | the url towards your Tempo distributor, e.g. http://distributor |
84-
| tempoAddress.query | string | `nil` | the url towards your Tempo query-frontend, e.g. http://query-frontend:3100 |
84+
| tempoAddress.query | string | `nil` | the url towards your Tempo query-frontend, e.g. http://query-frontend:3200 |
8585
| tolerations | list | `[]` | Tolerations for vulture pods |

charts/tempo-vulture/templates/secret.yaml

Whitespace-only changes.

charts/tempo-vulture/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ podMonitor:
8181
tempoAddress:
8282
# -- the url towards your Tempo distributor, e.g. http://distributor
8383
push:
84-
# -- the url towards your Tempo query-frontend, e.g. http://query-frontend:3100
84+
# -- the url towards your Tempo query-frontend, e.g. http://query-frontend:3200
8585
query:

0 commit comments

Comments
 (0)