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:
parent
8bc28c4796
commit
5bb0e8bc82
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -158,8 +158,6 @@ kafka:
|
|||
|
||||
# Enterprise dbs
|
||||
clickhouse:
|
||||
image:
|
||||
tag: "22.12-alpine"
|
||||
enabled: false
|
||||
|
||||
postgreql:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue