From 5323901a120596ff9b775183011be28e29def13d Mon Sep 17 00:00:00 2001 From: Amirouche BOUBEKKI Date: Tue, 5 Dec 2023 10:07:50 +0100 Subject: [PATCH] Revert "chore(helm): enabling assist-stats only for ee" This reverts commit 12be718a69043ed28b3ceb75fed2577b17b690ab. --- scripts/helmcharts/openreplay/Chart.yaml | 3 --- scripts/helmcharts/openreplay/values.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/scripts/helmcharts/openreplay/Chart.yaml b/scripts/helmcharts/openreplay/Chart.yaml index 497d86bc1..101e3a0df 100644 --- a/scripts/helmcharts/openreplay/Chart.yaml +++ b/scripts/helmcharts/openreplay/Chart.yaml @@ -33,6 +33,3 @@ 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 b9955891a..415ba997d 100644 --- a/scripts/helmcharts/openreplay/values.yaml +++ b/scripts/helmcharts/openreplay/values.yaml @@ -52,6 +52,3 @@ chalice: env: CH_COMPRESSION: "false" -# ee only -assist-stats: - enabled: false