Changes for clickhouse compression (#1500)

* feat(helm): Update clickhouse image

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* chore(helm): disabling ch_compression for chalice

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

---------

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-10-04 19:49:51 +02:00 committed by rjshrjndrn
parent 8bc28c4796
commit 5bb0e8bc82
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -158,8 +158,6 @@ kafka:
# Enterprise dbs
clickhouse:
image:
tag: "22.12-alpine"
enabled: false
postgreql:

View file

@ -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"