[bitnami/grafana-tempo] Fix incorrect data folder (#8223)

This commit is contained in:
Javier J. Salmerón-García
2021-11-24 10:44:56 +01:00
committed by GitHub
parent 47947a1b5a
commit 5c9f6e3e46
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ name: grafana-tempo
sources:
- https://github.com/bitnami/bitnami-docker-grafana-tempo
- https://github.com/grafana/tempo/
version: 0.2.12
version: 0.2.13
+1 -1
View File
@@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
| `tempo.containerPort` | Tempo components web port | `3100` |
| `tempo.grpcContainerPort` | Tempo components GRPC port | `9095` |
| `tempo.memBallastSizeMbs` | Tempo components memory ballast size in MB | `1024` |
| `tempo.dataDir` | Tempo components data directory | `/bitnami/tempo-grafana/data` |
| `tempo.dataDir` | Tempo components data directory | `/bitnami/grafana-tempo/data` |
| `tempo.traces.jaeger.grpc` | Enable Tempo to ingest Jaeger GRPC traces | `true` |
| `tempo.traces.jaeger.thriftBinary` | Enable Tempo to ingest Jaeger Thrift Binary traces | `false` |
| `tempo.traces.jaeger.thriftCompact` | Enable Tempo to ingest Jaeger Thrift Compact traces | `false` |
+1 -1
View File
@@ -97,7 +97,7 @@ tempo:
memBallastSizeMbs: 1024
## @param tempo.dataDir Tempo components data directory
##
dataDir: /bitnami/tempo-grafana/data
dataDir: /bitnami/grafana-tempo/data
traces:
jaeger:
## @param tempo.traces.jaeger.grpc Enable Tempo to ingest Jaeger GRPC traces