chore(db): Update min CH version
This commit is contained in:
parent
963c8354c6
commit
346fd76ea8
2 changed files with 3 additions and 3 deletions
|
|
@ -166,7 +166,7 @@ kafka:
|
|||
# Enterprise dbs
|
||||
clickhouse:
|
||||
image:
|
||||
tag: "24.12-alpine"
|
||||
tag: "25.1-alpine"
|
||||
enabled: false
|
||||
|
||||
postgreql:
|
||||
|
|
|
|||
|
|
@ -227,8 +227,8 @@ spec:
|
|||
- -c
|
||||
args:
|
||||
- |
|
||||
lowVersion=24.9
|
||||
highVersion=24
|
||||
lowVersion=25.1
|
||||
highVersion=25
|
||||
[[ "${CH_PASSWORD}" == "" ]] || {
|
||||
CH_PASSWORD="--password $CH_PASSWORD"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue