Skip to content

Commit 09b78e0

Browse files
committed
WIP: upgrade to Helm 4
1 parent b171dac commit 09b78e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/install_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o errexit
55
readonly CHART_RELEASER_VERSION=1.8.1
66

77
echo "Installing Helm..."
8-
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
8+
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-4
99
chmod 700 get_helm.sh
1010
./get_helm.sh
1111

0 commit comments

Comments
 (0)