Skip to content

Commit

Permalink
Merge pull request #3117 from grafana/remove-bucket-from-comment-distrib
Browse files Browse the repository at this point in the history
[tempo-distributed] remove example name
  • Loading branch information
joe-elliott committed May 6, 2024
2 parents 1f156b7 + 8fb506d commit b89b2e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 1.9.6
version: 1.9.7
appVersion: 2.4.1
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
4 changes: 2 additions & 2 deletions charts/tempo-distributed/README.md
@@ -1,6 +1,6 @@
# tempo-distributed

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

Grafana Tempo in MicroService mode

Expand Down Expand Up @@ -924,7 +924,7 @@ config: |
backend: s3
s3:
access_key: tempo
bucket: tempo
bucket: <your s3 bucket>
endpoint: minio:9000
insecure: true
secret_key: supersecret
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/README.md.gotmpl
Expand Up @@ -323,7 +323,7 @@ config: |
backend: s3
s3:
access_key: tempo
bucket: tempo
bucket: <your s3 bucket>
endpoint: minio:9000
insecure: true
secret_key: supersecret
Expand Down

0 comments on commit b89b2e1

Please sign in to comment.