Created
June 20, 2018 07:29
-
-
Save gmic/c5dea8eab4579b512d878639e91f7a84 to your computer and use it in GitHub Desktop.
Install kubernetes helm 2.6.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd "$(brew --repo homebrew/core)" | |
brew unlink kubernetes-helm | |
vi Formula/kubernetes-helm.rb | |
# change following lines for 2.6.1 | |
:tag => "v2.6.1", | |
:revision => "bbc1f71dc03afc5f00c6ac84b9308f8ecb4f39ac" | |
.... | |
sha256 "a030c0ea9f980cdd4523b4cab0f013bec529ce6225117492c55a924871163bb7" => :high_sierra | |
HOMEBREW_NO_AUTO_UPDATE=1 brew install kubernetes-helm | |
# cleanup brew's git repository | |
git checkout Formula/kubernetes-helm.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment