Monorepo where I manage all helm charts that I created over time. For documentation on specific charts look at README files inside the chart directories.
To use these charts, first add this repository to Helm:
helm repo add wittdennis https://charts.derwitt.dev
helm repo updateThen, install a chart using:
helm install <release-name> wittdennis/<chart-name>For example, to install node-red:
helm install my-node-red wittdennis/node-redContributions are always welcome! You can submit pull requests for new chart updates at any time. I'll try to work through them as swiftly as possible.