Skip to content

Commit

Permalink
Install helm3 in code-build
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Dec 17, 2023
1 parent 1252412 commit 202b905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export RUSTUP_HOME=/usr/local/rustup
export CARGO_HOME=/usr/local/cargo
export PATH=/usr/local/cargo/bin:$PATH
export RUST_VERSION=1.60.0
export DESIRED_VERSION="v3.5.4"

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

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

0 comments on commit 202b905

Please sign in to comment.