chore(db): Update min CH version

This commit is contained in:
rjshrjndrn 2025-02-19 10:48:29 +01:00
parent 963c8354c6
commit 346fd76ea8
2 changed files with 3 additions and 3 deletions

View file

@ -166,7 +166,7 @@ kafka:
# Enterprise dbs
clickhouse:
image:
tag: "24.12-alpine"
tag: "25.1-alpine"
enabled: false
postgreql:

View file

@ -227,8 +227,8 @@ spec:
- -c
args:
- |
lowVersion=24.9
highVersion=24
lowVersion=25.1
highVersion=25
[[ "${CH_PASSWORD}" == "" ]] || {
CH_PASSWORD="--password $CH_PASSWORD"
}