diff --git a/scripts/helmcharts/databases/values.yaml b/scripts/helmcharts/databases/values.yaml index f1df0ece2..16ef521bf 100644 --- a/scripts/helmcharts/databases/values.yaml +++ b/scripts/helmcharts/databases/values.yaml @@ -166,7 +166,7 @@ kafka: # Enterprise dbs clickhouse: image: - tag: "24.12-alpine" + tag: "25.1-alpine" enabled: false postgreql: diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index a094f8951..0aa71f332 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -227,8 +227,8 @@ spec: - -c args: - | - lowVersion=24.9 - highVersion=24 + lowVersion=25.1 + highVersion=25 [[ "${CH_PASSWORD}" == "" ]] || { CH_PASSWORD="--password $CH_PASSWORD" }