From 5f721c9d8678ae97e359c22626d458fb75097906 Mon Sep 17 00:00:00 2001 From: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> Date: Fri, 17 Apr 2020 14:08:47 -0500 Subject: [PATCH] disable signature verification by default Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> --- 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 c5993b985..c71e79058 100755 --- a/scripts/get-helm-3 +++ b/scripts/get-helm-3 @@ -21,7 +21,7 @@ : ${USE_SUDO:="true"} : ${DEBUG:="false"} : ${VERIFY_CHECKSUM:="true"} -: ${VERIFY_SIGNATURES:="true"} +: ${VERIFY_SIGNATURES:="false"} : ${HELM_INSTALL_DIR:="/usr/local/bin"} : ${HELM_INSTALL_DIR:="/usr/local/bin"}