Update helm to 2.14.2, which helps pass lint on newer patchsets

Update shell scripts to pass newer shellcheck

Change-Id: I19f614368a51c338a01cc1f98f874cf2df4e8b06
diff --git a/developer/bootstrap-repo.sh b/developer/bootstrap-repo.sh
index bd41e59..0351da7 100755
--- a/developer/bootstrap-repo.sh
+++ b/developer/bootstrap-repo.sh
@@ -73,7 +73,7 @@
   repo sync
 
   # download gerrit patches using repo
-  if [[ ! -z "${GERRIT_PATCHES[*]-}" ]]
+  if [[ -n "${GERRIT_PATCHES[*]-}" ]]
   then
     for gerrit_patch in "${GERRIT_PATCHES[@]-}"
     do