Production-ready Helm charts for self-hosted Kubernetes deployments
A curated collection of Helm charts featuring automated CI/CD, comprehensive testing, and extensive documentation. Built for production use with best practices and real-world experience.
- 🚀 Production Ready - Battle-tested configurations used in real deployments
- 🔄 Automated Releases - Full CI/CD pipeline with GitHub Actions
- ✅ Quality Assured - Automatic linting and testing before every release
- 📚 Well Documented - Comprehensive guides, examples, and troubleshooting
- 🛠️ Best Practices - Follows Helm and Kubernetes community standards
- 🔒 Secure by Default - Security contexts, RBAC, and principle of least privilege
Each chart includes comprehensive documentation, production-ready defaults, and extensive configuration options.
| Chart | Description | Version | App Version | Category |
|---|---|---|---|---|
| clickhouse | Distributed OLAP database with integrated Keeper | 0.2.0 | 25.3.2 | Database |
💡 More charts coming soon! Watch this repository to get notified of new releases.
- 🗄️ Databases - ClickHouse (more coming)
- 📊 Monitoring - Coming soon
- 🔧 Infrastructure - Coming soon
- 💾 Storage - Coming soon
helm repo add flamarion-charts https://flamarion.github.io/helm-charts
helm repo updatehelm search repo flamarion-charts# Install ClickHouse
helm install my-clickhouse flamarion-charts/clickhouse
# Install with custom values
helm install my-clickhouse flamarion-charts/clickhouse -f my-values.yaml
# Install specific version
helm install my-clickhouse flamarion-charts/clickhouse --version 0.2.0Each chart has detailed documentation in its directory:
- ClickHouse: charts/clickhouse/README.md
This repository uses GitHub Actions to automatically test, package, and release charts:
- Lint & Test: Every pull request is automatically tested
- Release: Charts are automatically packaged and published when merged to
main - Versioning: Follow Semantic Versioning in
Chart.yaml
See RELEASE.md for detailed release instructions.
- 📖 Documentation: Check individual chart READMEs
- 🐛 Bug Reports: Open an issue
- 💡 Feature Requests: Start a discussion
- ❓ Questions: GitHub Discussions
Contributions, issues, and feature requests are welcome!
- Found a bug? Open an issue
- Have an idea? Start a discussion
- Want to contribute? Check out the chart source code
Planned charts and features:
- PostgreSQL with automated backups
- Redis cluster with Sentinel
- Prometheus stack
- Grafana with dashboards
- MinIO distributed storage
- GitLab Runner
Vote for charts you'd like to see in Discussions!
This project is licensed under the Apache License 2.0.
You are free to:
- ✅ Use commercially
- ✅ Modify
- ✅ Distribute
- ✅ Use privately
Under the following terms:
- 📝 Include a copy of the license and copyright notice
- 📝 State significant changes made to the code
- 🛡️ Provide attribution to the original author
If you find these charts useful, please consider:
- ⭐ Starring this repository
- 🐛 Reporting bugs or issues you encounter
- 💡 Suggesting new features or charts
- 📢 Sharing with others who might benefit
- Built with inspiration from the Helm community
- Thanks to all chart maintainers for their examples and best practices
- Special thanks to the ClickHouse team for their excellent documentation
Made with ❤️ for the Kubernetes community