Skip to content

Instantly share code, notes, and snippets.

@araa47
Created August 1, 2022 11:40
Show Gist options
  • Save araa47/455ac53888d1b4fc02dc77e3465759b7 to your computer and use it in GitHub Desktop.
Save araa47/455ac53888d1b4fc02dc77e3465759b7 to your computer and use it in GitHub Desktop.
helm2 and helm3 on MacOS

brew install helm@2

brew install helm

cd /usr/local/bin

sudo ln -s /opt/homebrew/opt/helm@2/bin/tiller tiller

sudo ln -s /opt/homebrew/opt/helm@2/bin/helm helm2

sudo ln -s helm helm3

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