Skip to content

Commit

Permalink
Merge pull request #3 from mark-au/feature-use-olcne-helm
Browse files Browse the repository at this point in the history
Use Oracle Linux helm rpm
  • Loading branch information
hyder authored May 26, 2020
2 parents a56187d + 9310f9a commit 79904cb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions modules/operator/scripts/install_helm.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@

echo 'installing helm'

wget https://get.helm.sh/helm-v${helm_version}-linux-amd64.tar.gz 2> /dev/null


tar zxvf helm-v${helm_version}-linux-amd64.tar.gz 2> /dev/null

sudo mv linux-amd64/helm /usr/local/bin 2> /dev/null

rm -f helm-v${helm_version}-linux-amd64.tar.gz 2> /dev/null

rm -rf linux-amd64 2> /dev/null
sudo yum install -y helm-${helm_version} 2> /dev/null

helm repo add stable https://kubernetes-charts.storage.googleapis.com 2> /dev/null

Expand Down

0 comments on commit 79904cb

Please sign in to comment.