Skip to content

shakahl/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shakahl/helm-charts

License Release Charts Slack Status

Personal Helm Charts Repository of a lazy cloud infrastructure engineer.

Online documentation: shakahl.github.io/helm-charts

Usage

  1. Install Helm. For more information, see Helm documentation.

  2. Add the shakahl Helm repository:

helm repo add stable https://charts.helm.sh/stable/
helm repo add shakahl https://shakahl.github.io/helm-charts/
  1. View Helm charts in this repository:
helm search repo shakahl

Contributing

We'd love to have you contribute! Please refer to our contribution guidelines for details.

Manual Release

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://shakahl.github.io/helm-charts/
$ git add -i
$ git commit -av
$ git push origin master

From there, I can do a helm repo add shakahl https://shakahl.github.io/helm-charts/.

License

MIT License

Check out shakahl.com for contact information.