From a2c700ccee1a79e0141cd5747bf56fbc729befbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Sat, 7 Mar 2026 21:02:39 +0000 Subject: [PATCH] Re-enable case management feature in values.yaml configuration --- charts/hub/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/hub/values.yaml b/charts/hub/values.yaml index 9da9e22..9219c7e 100644 --- a/charts/hub/values.yaml +++ b/charts/hub/values.yaml @@ -395,10 +395,11 @@ kerberoshub: # Features are grouped per section / page or functionality. features: # General - case: - enabled: "true" # Enable or disable case management feature 'true' or 'false' darkModeEnabled: "true" # Enable or disable dark mode toggle 'true' or 'false' landingPage: "/dashboard" # Landing page after login '/dashboard', '/liveview', '/media', '/devices', '/sites', '/groups' + # Case management is a feature that allows you to create cases, and link recordings, devices, sites, groups, markers and events to those cases. + case: + enabled: "true" # Enable or disable case management feature 'true' or 'false' # Map tile configuration map: tileUrlLight: "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png" # Map tile URL for light mode