项目作者: shakahl

项目描述 :
Helm charts repository of extraordinary cloud infrastructure microservices written by a lazy cloud infrastructure engineer.
高级语言: Shell
项目地址: git://github.com/shakahl/helm-charts.git
创建时间: 2020-02-11T17:57:49Z
项目社区:https://github.com/shakahl/helm-charts

开源协议:MIT License

下载


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:

  1. helm repo add stable https://charts.helm.sh/stable/
  2. helm repo add shakahl https://shakahl.github.io/helm-charts/
  1. View Helm charts in this repository:
  1. 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:

  1. $ helm create mychart
  2. $ helm package mychart
  3. $ mv mychart-0.1.0.tgz docs
  4. $ helm repo index docs --url https://shakahl.github.io/helm-charts/
  5. $ git add -i
  6. $ git commit -av
  7. $ 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.