This is an opinionated template to use as a starting point for hosting helm charts.
Before working with the repository it is mandatory to execute the following command:
make initialise
The above command will install the pre-commit package and setup pre-commit checks for this repository including conventional-pre-commit to make sure your commits match the conventional commit convention.
To contribute, please read the contribution guidelines. You may also report an issue.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm is set up properly, add the repository as follows:
helm repo add helm-charts-template https://swade1987.github.io/helm-charts-template
You can then run the following to see the charts:
helm search repo helm-charts-template