We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b171dac commit 09b78e0Copy full SHA for 09b78e0
.circleci/install_tools.sh
@@ -5,7 +5,7 @@ set -o errexit
5
readonly CHART_RELEASER_VERSION=1.8.1
6
7
echo "Installing Helm..."
8
-curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
+curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-4
9
chmod 700 get_helm.sh
10
./get_helm.sh
11
0 commit comments