Helm chart repository
helm package PATH_TO_CHART
# clone repository
git clone https://github.com/johnwatson484/helm-charts.git
# COPY PACKAGE TO REPOSITORY ROOT
# re-index repository
helm repo index . --merge ./index.yaml
# commit changes
git add .
git commit -m "Chart added"
git push
# add helm repository
helm repo add lynxmagnus https://helm.lynxmagnus.com
# update helm repo index
helm repo update
# apply chart
helm install DEPLOYMENT_NAME lynxmagnus/HELM_CHART_NAME