Skip to content

mnaghavi/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

Helm Charts Repository for VRE

Usage

Creating a new chart

helm create mychart

Publishing a chart

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

Using a chart from the git repo repo

helm install deployment-name ./mychart

Using a chart from the helm repository

helm repo add vre https://virtualresearchenvironment.github.io/helm-charts/
helm install deployment-name vre/mychart

About

Helm Charts Repository for VRE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages