Qalita's Public Helm Chart Repository
Welcome to QALITA’s charts repository. All charts are in the charts directory.
helm repo add qalita https://helm.qalita.io/
helm repo update
Feel free to fork our repo and create a pull request with any new features or bug fixes.
For issues or concerns, please fill out an issue or email us at contact@qalita.io
GitHub Pages points to the gh-pages
branch so anything pushed to that branch will be publicly available. We are using a couple github actions to automate testing and deployment of charts. It is based off the example here.
charts
directory with helm create mychart
or by copying in your work from outsidehelm lint mychart/
to validate yaml and templatesTesting is currently done with Helm3