chore(upgrade): inject ee image

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-13 16:31:26 +05:30
parent 49a240612c
commit e9b0809d32

View file

@ -81,6 +81,7 @@ patch
installation_type=1
if [[ ${ENTERPRISE} -eq 1 ]]; then
cp -rf ../../ee/scripts/* ../../scripts/
sed 's/\(image_tag.*[0-9]\)\(-pr\)\?"$/\1\2-ee"/' vars.yaml
echo -e "Migrating clickhouse"
migration clickhouse
fi