diff --git a/scripts/helmcharts/openreplay/files/dbops.sh b/scripts/helmcharts/openreplay/files/dbops.sh index f5cbb949f..b77fd61ff 100644 --- a/scripts/helmcharts/openreplay/files/dbops.sh +++ b/scripts/helmcharts/openreplay/files/dbops.sh @@ -7,6 +7,7 @@ is_migrate=$1 # Converting alphaneumeric to number. PREVIOUS_APP_VERSION=`echo $PREVIOUS_APP_VERSION | cut -d "v" -f2` +CHART_APP_VERSION=`echo $CHART_APP_VERSION | cut -d "v" -f2` function migration() { ls -la /opt/openreplay/openreplay