diff --git a/chart/templates/tempo/values.yaml b/chart/templates/tempo/values.yaml
index 02eef4f084c834aead82c7f689b42a9da19c57a8..e59865838ad42dee912004172850a5925b9f3987 100644
--- a/chart/templates/tempo/values.yaml
+++ b/chart/templates/tempo/values.yaml
@@ -15,7 +15,7 @@ objectStorage:
 
 tempo:
   pullPolicy: {{ .Values.imagePullPolicy }}
-  overrides:
+  global_overrides:
     ingestion_rate_limit_bytes: 30000000
 {{- with .Values.tempo.objectStorage }}
 {{- if and .endpoint .region .bucket }}