Skip to content

Instantly share code, notes, and snippets.

@ccampo133
Created April 8, 2020 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccampo133/25c5f8dee219eb581e9bf290df9c11d9 to your computer and use it in GitHub Desktop.
Save ccampo133/25c5f8dee219eb581e9bf290df9c11d9 to your computer and use it in GitHub Desktop.
Installing Helm 2 on Mac (w/ Homebrew)
brew install helm@2
brew link --force helm@2
Copy link

ghost commented Nov 23, 2022

Does not work anymore " Error: helm@2 has been disabled because it is deprecated upstream!". Any other way to do it ?

@ccampo133
Copy link
Author

Install it manually: https://v2.helm.sh/docs/install/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment