technosophos / tscharts

Example chart repository for Helm.

Home Page:https://technosophos.github.com/tscharts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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