chore(helm): update the chalice version

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-17 01:28:20 +05:30
parent 6c391c89ea
commit 97968ab95e
2 changed files with 3 additions and 1 deletions

View file

@ -133,6 +133,8 @@ kafka:
# Enterprise dbs
clickhouse:
image:
tag: "21.9.4.35"
enabled: false
postgreql:

View file

@ -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 }}"