Daily Archives: 09.01.2019
Install exact version via brew
For instance, we’re looking for kubernetes-helm@2.9 helm 2.9 git -C «$(brew —repo homebrew/core)» fetch —unshallow cd «$(brew —repo homebrew/core)» git log Formula/kubernetes-helm.rb # searching for 2.9.0 with a command /2\.9\.0 and copying hash like «7ade79f13b4bbcc6126803245594d97b2abbe2fa» git checkout -b kubernetes-helm@2.9.0 7ade79f13b4bbcc6126803245594d97b2abbe2fa HOMEBREW_NO_AUTO_UPDATE=1 brew install kubernetes-helm Now we have needed version of helm. If you see an …