Skip to content

Commit

Permalink
Merge pull request #823 from grafana/tempo-1.2.1
Browse files Browse the repository at this point in the history
[tempo] Update tempo to v1.2.1
  • Loading branch information
mdisibio committed Nov 15, 2021
2 parents edc6726 + ee97c32 commit 77f74f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/tempo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: tempo
description: Grafana Tempo Single Binary Mode
type: application
version: 0.10.0
appVersion: 1.2.0
version: 0.10.1
appVersion: 1.2.1
engine: gotpl
home: https://grafana.net
icon: https://raw.githubusercontent.com/grafana/tempo/master/docs/tempo/website/logo_and_name.png
Expand Down
4 changes: 2 additions & 2 deletions charts/tempo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tempo

![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)

Grafana Tempo Single Binary Mode

Expand Down Expand Up @@ -56,7 +56,7 @@ Grafana Tempo Single Binary Mode
| tempo.storage.trace.backend | string | `"local"` | |
| tempo.storage.trace.local.path | string | `"/var/tempo/traces"` | |
| tempo.storage.trace.wal.path | string | `"/var/tempo/wal"` | |
| tempo.tag | string | `"1.2.0"` | |
| tempo.tag | string | `"1.2.1"` | |
| tempo.updateStrategy | string | `"RollingUpdate"` | |
| tempoQuery.extraArgs | object | `{}` | |
| tempoQuery.extraEnv | list | `[]` | Environment variables to add |
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fullnameOverride: ""
replicas: 1
tempo:
repository: grafana/tempo
tag: 1.2.0
tag: 1.2.1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 77f74f2

Please sign in to comment.