MacOS (using brew)
brew install helm
zsh completion
echo 'source <(helm completion zsh)' | cat >> ~/.zshrc
source ~/.zshrc
add repository
helm repo add stable https://charts.helm.sh/stable
update repository
helm repo update
Search for charts
helm search repo memcached
Install chart with name mycache
helm install mycache stable/memcached