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