From 276867115633620644b3176933ac3391098327b2 Mon Sep 17 00:00:00 2001 From: roicohen326 <213414225+roicohen326@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:32:22 +0300 Subject: [PATCH] fix: default configManagement.offlineMode to true (MAPCO-8284) --- helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index 299edaa..bc1e6c1 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -123,7 +123,7 @@ tracing: url: "" configManagement: - offlineMode: false + offlineMode: true name: 'overseer' version: 'latest' serverUrl: 'http://localhost:8080/api'