From 011ad8d0464a88e217ba7014d49163171c8a125e Mon Sep 17 00:00:00 2001 From: Tyler VanZanten Date: Wed, 19 Nov 2025 10:32:36 -0500 Subject: [PATCH] Upgrade to Helm 4 --- .circleci/install_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/install_tools.sh b/.circleci/install_tools.sh index 69fe734..c78a407 100755 --- a/.circleci/install_tools.sh +++ b/.circleci/install_tools.sh @@ -5,7 +5,7 @@ set -o errexit readonly CHART_RELEASER_VERSION=1.8.1 echo "Installing Helm..." -curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 +curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4 chmod 700 get_helm.sh ./get_helm.sh