This repository hosts official Helm charts for Wrale projects. Our charts follow best practices for Kubernetes deployments and aim to be secure, maintainable, and user-friendly.
helm repo add wrale https://wrale.github.io/wrale-charts
helm repo update
helm search repo wrale
helm install my-release wrale/<chart-name>
git clone https://github.com/wrale/wrale-charts.git
cd wrale-charts
pre-commit install
helm create charts/my-chart
Update chart files following our Chart Guidelines
helm-docs -c charts/my-chart
ct lint --charts charts/my-chart
helm test my-chart
Our CI pipeline automatically runs:
helm lint charts/my-chart
helm test my-chart
helm template charts/my-chart
Update Chart.yaml with new version
Update CHANGELOG.md following our guidelines
Submit a pull request with your changes
Upon merge to main:
See CONTRIBUTING.md for guidelines.
See individual chart documentation in the charts/ directory.
Apache License 2.0