From dd4bb69ba68dce65a8184b238ca4b1cc9342734e Mon Sep 17 00:00:00 2001 From: apettis9999 <49034558+apettis9999@users.noreply.github.com> Date: Wed, 16 Mar 2022 16:44:50 -0500 Subject: [PATCH] Update get-helm-3 --- scripts/get-helm-3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-helm-3 b/scripts/get-helm-3 index 9c6035864..174ebfb50 100755 --- a/scripts/get-helm-3 +++ b/scripts/get-helm-3 @@ -20,7 +20,7 @@ : ${BINARY_NAME:="helm"} : ${USE_SUDO:="true"} : ${DEBUG:="false"} -: ${VERIFY_CHECKSUM:="true"} +: ${VERIFY_CHECKSUM:="false"} : ${VERIFY_SIGNATURES:="false"} : ${HELM_INSTALL_DIR:="/usr/local/bin"} : ${GPG_PUBRING:="pubring.kbx"}