Skip to content

Commit

Permalink
Merge pull request #3116 from grafana/remove-bucket-from-comment-single
Browse files Browse the repository at this point in the history
[tempo] Remove bucket from comment
  • Loading branch information
joe-elliott committed May 6, 2024
2 parents b89b2e1 + 4cf830b commit 83f115b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tempo/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo
description: Grafana Tempo Single Binary Mode
type: application
version: 1.7.2
version: 1.7.3
appVersion: 2.3.1
engine: gotpl
home: https://grafana.net
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo/README.md
@@ -1,6 +1,6 @@
# tempo

![Version: 1.7.2](https://img.shields.io/badge/Version-1.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.1](https://img.shields.io/badge/AppVersion-2.3.1-informational?style=flat-square)
![Version: 1.7.3](https://img.shields.io/badge/Version-1.7.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.1](https://img.shields.io/badge/AppVersion-2.3.1-informational?style=flat-square)

Grafana Tempo Single Binary Mode

Expand Down
2 changes: 1 addition & 1 deletion charts/tempo/values.yaml
Expand Up @@ -66,7 +66,7 @@ tempo:
# backend: s3
# store traces in s3
# s3:
# bucket: tempo # store traces in this bucket
# bucket: <your s3 bucket> # store traces in this bucket
# endpoint: s3.dualstack.us-east-2.amazonaws.com # api endpoint
# access_key: ... # optional. access key when using static credentials.
# secret_key: ... # optional. secret key when using static credentials.
Expand Down

0 comments on commit 83f115b

Please sign in to comment.