From 9063bed3bae9312dfcb0e64b798a83321c627dc4 Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Thu, 12 Feb 2026 10:14:44 +0300 Subject: [PATCH] Fix ES values. --- loop-enterprise-edition/values.yaml | 4 ++-- loop-enterprise-stack/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/loop-enterprise-edition/values.yaml b/loop-enterprise-edition/values.yaml index 6f3456b..adbb222 100644 --- a/loop-enterprise-edition/values.yaml +++ b/loop-enterprise-edition/values.yaml @@ -276,8 +276,8 @@ configMaps: ## The following environment variables are required to use Elasticsearch for searching in loop. # MM_ELASTICSEARCHSETTINGS_CONNECTIONURL: "" - # MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "false" - # MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "false" + # MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "true" + # MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "true" ## The following environment variables are required to run loop in clustered mode. # MM_CLUSTERSETTINGS_ENABLE: "true" diff --git a/loop-enterprise-stack/values.yaml b/loop-enterprise-stack/values.yaml index a870c2d..318b090 100644 --- a/loop-enterprise-stack/values.yaml +++ b/loop-enterprise-stack/values.yaml @@ -154,8 +154,8 @@ loop-enterprise-edition: ## The following environment variables are required to use Elasticsearch for searching in loop. # MM_ELASTICSEARCHSETTINGS_CONNECTIONURL: "" - # MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "false" - # MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "false" + # MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "true" + # MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "true" ## The following environment variables are required to run loop in clustered mode. # MM_CLUSTERSETTINGS_ENABLE: "true"