diff --git a/chart/templates/thanos/values.yaml b/chart/templates/thanos/values.yaml
index 5e80cc1bdebb8ae9f791e3547f23739675a132d9..5279b29e6409facc8d0a7ddb533fa5bfb74806f4 100644
--- a/chart/templates/thanos/values.yaml
+++ b/chart/templates/thanos/values.yaml
@@ -57,6 +57,5 @@ query:
     - dns+thanos-storegateway.thanos.svc.cluster.local:10901
     {{- end }}
     
-objstoreConfig: {{- toYaml (tpl (dig "values" "objstoreConfig" "" .Values.addons.thanos) .) | indent 2 }}
 
 {{- end }}
\ No newline at end of file
diff --git a/chart/values.yaml b/chart/values.yaml
index ebe7eeeeeb9561252ec9005c7cb7a982301ce261..cd79e019e1b7d5588cc90263e82958b89618defe 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -2024,10 +2024,6 @@ addons:
     ingress:
       gateway: ""
 
-    # -- Configure the object storage for Thanos.
-    # The monitoring.prometheus thanos-sidecar and Thanos will use this configuration if defined
-    objstoreConfig: ""
-
     values: {}
 
     postRenderers: []