We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15ad4d commit 63b3e85Copy full SHA for 63b3e85
charts/tempo-distributed/README.md
@@ -48,6 +48,13 @@ The command removes all the Kubernetes components associated with the chart and
48
49
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
50
51
+### From Chart versions < 1.32.0
52
+* Breaking Change *
53
+In order to reduce confusion, the overrides configurations have been renamed as below.
54
+
55
+`global_overrides` => `overrides` (this is where the defaults for every tenant is set)
56
+`overrides` => `per_tenant_overrides` (this is where configurations for specific tenants can be set)
57
58
### From Chart versions < 1.31.0
59
60
Tempo serverless was deprecated in [tempo 2.7 release](https://github.com/grafana/tempo/releases/tag/v2.7.0),
0 commit comments