From 5bb0e8bc822e321617fde57bd9cf54b182045929 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 4 Oct 2023 19:49:51 +0200 Subject: [PATCH] Changes for clickhouse compression (#1500) * feat(helm): Update clickhouse image Signed-off-by: rjshrjndrn * chore(helm): disabling ch_compression for chalice Signed-off-by: rjshrjndrn --------- Signed-off-by: rjshrjndrn --- scripts/helmcharts/databases/charts/clickhouse/values.yaml | 2 +- scripts/helmcharts/databases/values.yaml | 2 -- scripts/helmcharts/openreplay/values.yaml | 4 ++++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/helmcharts/databases/charts/clickhouse/values.yaml b/scripts/helmcharts/databases/charts/clickhouse/values.yaml index 0fb3a42ae..2e37f0d80 100644 --- a/scripts/helmcharts/databases/charts/clickhouse/values.yaml +++ b/scripts/helmcharts/databases/charts/clickhouse/values.yaml @@ -8,7 +8,7 @@ image: repository: clickhouse/clickhouse-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "22.2.2.1" + tag: "23.8.2.7-alpine" backupImage: repository: alexakulov/clickhouse-backup diff --git a/scripts/helmcharts/databases/values.yaml b/scripts/helmcharts/databases/values.yaml index f81f41db8..238c25ce4 100644 --- a/scripts/helmcharts/databases/values.yaml +++ b/scripts/helmcharts/databases/values.yaml @@ -158,8 +158,6 @@ kafka: # Enterprise dbs clickhouse: - image: - tag: "22.12-alpine" enabled: false postgreql: diff --git a/scripts/helmcharts/openreplay/values.yaml b/scripts/helmcharts/openreplay/values.yaml index dc2ec1bcd..415ba997d 100644 --- a/scripts/helmcharts/openreplay/values.yaml +++ b/scripts/helmcharts/openreplay/values.yaml @@ -48,3 +48,7 @@ global: # If you're accessing OpenReplay with http, then update the value to http ORSecureAccess: true +chalice: + env: + CH_COMPRESSION: "false" +