This commit is contained in:
Heavybullets8
2022-07-25 22:24:26 -06:00
parent 738765a5f6
commit d71e249422
2 changed files with 19 additions and 1 deletions

View File

@ -6,7 +6,7 @@ mapfile -t array < <(cli -m csv -c 'app chart_release query name,update_availabl
[[ -z $array ]] && echo -e "\nThere are no updates available" && return 0 || echo -e "\n${#array[@]} update(s) available"
[[ -z $timeout ]] && echo -e "\nDefault Timeout: 500" && timeout=500 || echo -e "\nCustom Timeout: $timeout"
[[ "$timeout" -le 120 ]] && echo "Warning: Your timeout is set low and may lead to premature rollbacks or skips"
update_limit=4
echo "Asynchronous Updates: 1"
it=0