diff --git a/scripts/helm/helmcharts/databases/values.yaml b/scripts/helm/helmcharts/databases/values.yaml index 4e8af5e10..6c7f28960 100644 --- a/scripts/helm/helmcharts/databases/values.yaml +++ b/scripts/helm/helmcharts/databases/values.yaml @@ -133,6 +133,8 @@ kafka: # Enterprise dbs clickhouse: + image: + tag: "21.9.4.35" enabled: false postgreql: diff --git a/scripts/helm/helmcharts/openreplay/templates/job.yaml b/scripts/helm/helmcharts/openreplay/templates/job.yaml index 086d3dd24..aa1b4467d 100644 --- a/scripts/helm/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helm/helmcharts/openreplay/templates/job.yaml @@ -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 }}"