Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 485 Bytes

TS Charts Repo

This is an example charts repository.

How It Works

I set up GitHub Pages to point to the docs folder. From there, I can create and publish docs like this:

$ helm create mychart
$ helm package mychart
$ mv mychart-0.1.0.tgz docs
$ helm repo index docs --url https://technosophos.github.com/tscharts
$ git add -i
$ git commit -av
$ git push origin master

From there, I can do a helm repo add tscharts https://technosophos.github.com/tscharts