charts/README.md
Jeff Billimek 7a967529f5 fixing search instructions
Signed-off-by: Jeff Billimek <jeff@billimek.com>
2020-01-11 08:19:04 -05:00

30 lines
833 B
Markdown

# Collection of helm charts
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![](https://github.com/billimek/billimek-charts/workflows/Release%20Charts/badge.svg?branch=master)](https://github.com/billimek/billimek-charts/actions)
## Usage
[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```console
helm repo add billimek https://billimek.com/billimek-charts/
```
You can then run `helm search billimek` to see the charts.
## Charts
See [helm hub](https://hub.helm.sh/charts/billimek) for a complete list.
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)
## License
[Apache 2.0 License](./LICENSE)