helm@3

Package manager for Kubernetes that simplifies app deployment

brewmacoslinux
Try with needOr install directly
Source

About

Kubernetes package manager

Commands

helm

Examples

Search for available Helm charts in repositories$ helm search repo nginx
Install a Helm chart to your Kubernetes cluster$ helm install my-release bitnami/nginx
List all installed Helm releases in current namespace$ helm list