From 044cd1ae1ac975af6c1bb0f4a5f1026c39d0f45d Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 4 Nov 2022 14:39:52 +0100 Subject: [PATCH] fix(script): variable update Signed-off-by: rjshrjndrn --- scripts/helmcharts/versionUpdater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/versionUpdater.sh b/scripts/helmcharts/versionUpdater.sh index 5fc8230a2..70c388dcc 100644 --- a/scripts/helmcharts/versionUpdater.sh +++ b/scripts/helmcharts/versionUpdater.sh @@ -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