chore(helm): update the chalice version
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
6c391c89ea
commit
97968ab95e
2 changed files with 3 additions and 1 deletions
|
|
@ -133,6 +133,8 @@ kafka:
|
|||
|
||||
# Enterprise dbs
|
||||
clickhouse:
|
||||
image:
|
||||
tag: "21.9.4.35"
|
||||
enabled: false
|
||||
|
||||
postgreql:
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ spec:
|
|||
{{- if .Values.global.enterpriseEditionLicense }}
|
||||
# Enterprise migration
|
||||
- name: clickhouse
|
||||
image: yandex/clickhouse-client:20.9
|
||||
image: yandex/clickhouse-client:21.9.4.35
|
||||
env:
|
||||
- name: PREVIOUS_APP_VERSION
|
||||
value: "{{ .Values.fromVersion }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue