Skip to content

Commit

Permalink
update helm to 3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccollicutt committed Jan 10, 2023
1 parent f308031 commit 13b8516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function install_binaries(){
if [[ ! -f "$BIN_DIR"/helm ]]; then
log debug "installing helm"
pushd "$TMP_DIR" || log error "pushd fail"
HELM_FILE=helm-v3.5.3-linux-amd64.tar.gz
HELM_FILE=helm-v3.10.3-linux-amd64.tar.gz
wget -q "https://get.helm.sh/$HELM_FILE"
tar zxf "$HELM_FILE"
mv linux-amd64/helm "$BIN_DIR"/
Expand Down

0 comments on commit 13b8516

Please sign in to comment.