blob: 2b0f2c0c3f83806f119a58523305b35fe8fc5919 [file] [log] [blame]
Mohammed Naser2fd39612024-04-14 13:37:45 -04001diff --git b/horizon/values.yaml a/charts/horizon/values.yaml
2index 8cfaf5b4..36de4ee3 100644
3--- b/horizon/values.yaml
4+++ a/horizon/values.yaml
5@@ -385,7 +385,7 @@ conf:
6
7 CACHES = {
8 'default': {
9- 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
10+ 'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
11 'LOCATION': '{{ tuple "oslo_cache" "internal" "memcache" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }}',
12 }
13 }