From b6af70c8cae62beb8a70c55cb395f6f38e47fa49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 29 Dec 2025 13:34:11 +0100 Subject: [PATCH] fix(umami): Disable telemetry --- values/umami/values/values-prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values/umami/values/values-prod.yaml b/values/umami/values/values-prod.yaml index 6afe2aaf..11375d16 100644 --- a/values/umami/values/values-prod.yaml +++ b/values/umami/values/values-prod.yaml @@ -96,9 +96,9 @@ umami: # -- Disables the login page for the application disableLogin: "1" # -- Umami collects completely anonymous telemetry data in order help improve the application. You can choose to disable this if you don't want to participate. - disableTelemetry: "1" + disableTelemetry: "0" # -- Disables the check for new versions of Umami - disableUpdates: "1" + disableUpdates: "0" # -- Enables the internal test page, {host}/console. Admin access is required. Users can manually fire pageviews and events to their websites. enableTestConsole: "1" # -- This will redirect all requests from http to https in the Umami application. Note, this does not apply to the tracking script.