# plcnk's Helm Charts
Charts for deploying applications on [Kubernetes](https://kubernetes.io/) using [Helm](https://helm.sh/).
The code in this repository is provided as-is with no warranties.
## 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 plcnk https://charts.plcnk.net
helm repo update
```
You can then run `helm search repo plcnk` to see the charts.
## Available charts
| Chart | Description |
| ----- | ----------- |
| [IT-Tools ](charts/it-tools/) | Collection of handy online tools for developers, with great UX. |
## License
This project is licensed under the [MIT License](https://github.com/plcnk/charts/blob/master/LICENSE).