Skip to content

Commit 3973668

Browse files
committed
Use helm3 in code-build
1 parent 1ef45b7 commit 3973668

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci/install_deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export RUSTUP_HOME=/usr/local/rustup
22
export CARGO_HOME=/usr/local/cargo
33
export PATH=/usr/local/cargo/bin:$PATH
44
export RUST_VERSION=1.60.0
5+
export DESIRED_VERSION="v3.5.4"
56

67
set -eux
78
dpkgArch="$(dpkg --print-architecture)"
@@ -25,4 +26,4 @@ rustc --version
2526

2627
rustup target add x86_64-unknown-linux-gnu
2728
HELM_INSTALL_DIR=/bin
28-
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
29+
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

0 commit comments

Comments
 (0)