diff --git a/chart/values.yaml b/chart/values.yaml
index 4d5e1744832f3d6d03d790a2b2f219426610240e..59018ff5e54762b30107481ee0b183d81fb51f6c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -2965,7 +2965,7 @@ memcachedExporter:
   extraArgs: {}
 resultsCache:
   # -- Specifies whether memcached based results-cache should be enabled
-  enabled: true
+  enabled: false
   # -- Specify how long cached results should be stored in the results-cache before being expired
   defaultValidity: 12h
   # -- Memcached operation timeout
@@ -3049,7 +3049,7 @@ resultsCache:
     labels: {}
 chunksCache:
   # -- Specifies whether memcached based chunks-cache should be enabled
-  enabled: true
+  enabled: false
   # -- Batchsize for sending and receiving chunks from chunks cache
   batchSize: 4
   # -- Parallel threads for sending and receiving chunks from chunks cache