From 8ea01c2d5baeddbb725b489e57d1b40c8b3455a9 Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Wed, 15 Oct 2025 09:26:16 -0500 Subject: [PATCH] fix(horizon): Update Horizon settings for version 2025.2 --- components/horizon/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/horizon/values.yaml b/components/horizon/values.yaml index 574e02a88..3967b5bfe 100644 --- a/components/horizon/values.yaml +++ b/components/horizon/values.yaml @@ -13,7 +13,7 @@ conf: session_cookie_httponly: "True" allowed_hosts: - '*' - session_engine: 'django.contrib.sessions.backends.cache' + session_engine: 'django.contrib.sessions.backends.cached_db' local_settings_d: # Set default options when creating a server from the # horizon UI for a more friendly and efficient user experience.