diff --git a/hack/update-version.sh b/hack/update-version.sh index d18e2cd20..9e4b8a323 100755 --- a/hack/update-version.sh +++ b/hack/update-version.sh @@ -14,4 +14,4 @@ yq -i e ".versions.current = \"$new_version2\"" project.yaml yq -i e ".versions.previous = \"$current_version\"" project.yaml # update version and previous_version in operator-fetch-payload -sed -i "s/version=.*/version=\"$new_version2\"/" .konflux/olm-catalog/bundle/Dockerfile +sed -i "s%version=.*\\\%version=\"$new_version2\" \\\%g" .konflux/olm-catalog/bundle/Dockerfile