Skip to content

Commit

Permalink
chore(build): hardcode helm v2 version in postInstall script (#786)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Motevasselani <cameron@armory.io>
  • Loading branch information
link108 and Cameron Motevasselani committed Apr 20, 2021
1 parent 3d57385 commit c9a5af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosco-web/pkg_scripts/postInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_packer() {
install_helm() {
wget https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get
chmod +x get
./get
./get --version v2.17.0
rm get
}

Expand Down

0 comments on commit c9a5af4

Please sign in to comment.