Mohammed Naser | 2fd3961 | 2024-04-14 13:37:45 -0400 | [diff] [blame] | 1 | diff --git b/horizon/values.yaml a/charts/horizon/values.yaml |
| 2 | index 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 | } |