Fixes:
- Fix issue where a github api warning was shown when upgrade couldn't find a newer version
Enhancements:
- New config option deployments[].helm.timeout to specify the amount of time helm will wait during deploy when wait is enabled
- Reduced the default waiting time for helm install/upgrade chart to 40 seconds (If helm deploy times out, devspace will run
devspace analyze
and returns an error if it finds any issues -> this makes it much easier to find an issue with container starting or faulty dockerfiles)