fix(script): variable update

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-11-04 14:39:52 +01:00
parent 239d290d36
commit 044cd1ae1a

View file

@ -7,4 +7,4 @@ currentVersion=$1
}
find ./openreplay -type f -iname chart.yaml -exec sed -i "s/AppVersion.*/AppVersion: \"$currentVersion\"/g" {} \;
sed -i "s/fromVersion.*/fromVersion: \"$currentVersion\"/g" vars.yaml
sed -i "s/version.*/version=\"$currentVersion\"/g" init.sh
sed -i "s/version=.*/version=\"$currentVersion\"/g" init.sh