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.