Helm Charts Repository for VRE
helm create mychart
helm package mychart # will use version defined in chart
mv mychart-x.y.z.tgz docs # move it to the github pages folder
helm repo index docs --url https://virtualresearchenvironment.github.io/helm-charts/ # build index file for helm repository
helm install deployment-name ./mychart
helm repo add vre https://virtualresearchenvironment.github.io/helm-charts/
helm install deployment-name vre/mychart