Skip to content

Commit

Permalink
chore(build): Add Helm3 binary install to Rosco packages (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerGon committed Jun 2, 2020
1 parent 41bf07a commit 52b315a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rosco-web/pkg_scripts/postInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ install_helm() {
rm get
}

install_helm3() {
wget https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get-helm-3
chmod +x get-helm-3
./get-helm-3
rm get-helm-3
mv /usr/local/bin/helm /usr/local/bin/helm3
}

install_packer
install_helm3
install_helm
install --mode=755 --owner=spinnaker --group=spinnaker --directory /var/log/spinnaker/rosco

0 comments on commit 52b315a

Please sign in to comment.