Skip to content

Open-source Helm chart repository featuring production-ready deployments for databases and infrastructure. Automated releases, extensive docs, battle-tested configs.

License

Notifications You must be signed in to change notification settings

flamarion/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧭 Helm Charts by flamarion

Release Charts Lint and Test Charts License Helm: v3

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.

⭐ Features

  • 🚀 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

📦 Available Charts

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.

Chart Categories

  • 🗄️ Databases - ClickHouse (more coming)
  • 📊 Monitoring - Coming soon
  • 🔧 Infrastructure - Coming soon
  • 💾 Storage - Coming soon

🚀 Quick Start

Add the Helm Repository

helm repo add flamarion-charts https://flamarion.github.io/helm-charts
helm repo update

Search Available Charts

helm search repo flamarion-charts

Install a Chart

# 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.0

Chart Documentation

Each chart has detailed documentation in its directory:

🔄 Automated Releases

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.

💬 Getting Help

🤝 Contributing

Contributions, issues, and feature requests are welcome!

🗺️ Roadmap

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!

📜 License

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

⭐ Show Your Support

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

🙏 Acknowledgments

  • 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

About

Open-source Helm chart repository featuring production-ready deployments for databases and infrastructure. Automated releases, extensive docs, battle-tested configs.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages