This repository contains Helm charts for various applications. It uses GitHub Actions for testing and releasing charts.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm has been set up, add the repo as follows:
helm repo add Yub0 https://yub0.github.io/charts/
helm repo updateTo install the prowlarr chart:
helm install my-prowlarr Yub0/prowlarrWe use pre-commit hooks to ensure code quality.
- Install pre-commit
- Install helm-docs
To develop locally:
pre-commit installWhen you commit, helm-docs will automatically generate README.md files for charts based on values.yaml and Chart.yaml.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.