Skip to content

Commit d3f0c71

Browse files
committed
Helm failsafe
1 parent c097182 commit d3f0c71

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

hack/helm

57.4 MB
Binary file not shown.

lab/scripts/installer.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@ chmod +x ./kubectl
8080
mv ./kubectl /usr/local/bin
8181

8282
# helm
83-
download "https://get.helm.sh/helm-v$helm_version-linux-${arch_name}.tar.gz" "helm.tar.gz"
84-
tar zxf helm.tar.gz
85-
chmod +x linux-${arch_name}/helm
86-
mv ./linux-${arch_name}/helm /usr/local/bin
87-
rm -rf linux-${arch_name}/ helm.tar.gz
83+
#download "https://get.helm.sh/helm-v$helm_version-linux-${arch_name}.tar.gz" "helm.tar.gz"
84+
download "https://snapshots.eksworkshop.com/reinvent/hack/helm /usr/local/bin/helm"
85+
/usr/local/bin/helm
86+
#tar zxf helm.tar.gz
87+
#chmod +x linux-${arch_name}/helm
88+
#mv ./linux-${arch_name}/helm /usr/local/bin
89+
#rm -rf linux-${arch_name}/ helm.tar.gz
8890

8991
# eksctl
9092
download "https://github.com/eksctl-io/eksctl/releases/download/v${eksctl_version}/eksctl_Linux_${arch_name}.tar.gz" "eksctl.tar.gz"

0 commit comments

Comments
 (0)