First, your need to install helm and set up k8s cluster
Some common Helm commands for you
# Add repo before using
$ helm repo add [NAME] https://raw.githubusercontent.com/ThuanLee/helm-test/master
# List all the repos
$ helm repo list
# Install chart with your configurations
$ helm install [NAME] [REPO]