Kubernetes applications
$ helm package $YOUR_CHART_PATH/ # to build the tgz file
$ helm repo index . # create or update the index.yaml for repo
$ git add .
$ git commit -m 'Your commit message'
$ git push
$ helm repo add jdev 'https://github.com/JWebDev/helm-charts/'
$ helm repo update
$ helm search <your-chart-name>