From 12be718a69043ed28b3ceb75fed2577b17b690ab Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 4 Dec 2023 18:13:09 +0100 Subject: [PATCH] chore(helm): enabling assist-stats only for ee Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/Chart.yaml | 3 +++ scripts/helmcharts/openreplay/values.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/scripts/helmcharts/openreplay/Chart.yaml b/scripts/helmcharts/openreplay/Chart.yaml index 101e3a0df..497d86bc1 100644 --- a/scripts/helmcharts/openreplay/Chart.yaml +++ b/scripts/helmcharts/openreplay/Chart.yaml @@ -33,3 +33,6 @@ dependencies: version: "0.3.1" repository: "file://charts/quickwit" condition: quickwit.enabled + - name: assist-stats + repository: "file://charts/assist-stats" + condition: assist-stats.enabled diff --git a/scripts/helmcharts/openreplay/values.yaml b/scripts/helmcharts/openreplay/values.yaml index 415ba997d..b9955891a 100644 --- a/scripts/helmcharts/openreplay/values.yaml +++ b/scripts/helmcharts/openreplay/values.yaml @@ -52,3 +52,6 @@ chalice: env: CH_COMPRESSION: "false" +# ee only +assist-stats: + enabled: false