This repository contains the official Helm charts for deploying Rulebricks and its dependencies.
- rulebricks - The main Rulebricks application chart
- supabase - Self-hosted Supabase deployment for database and authentication
- Kubernetes 1.24+
- Helm 3.10+
- Rulebricks CLI
- A domain name with DNS access
- A Rulebricks license key
Rulebricks deployments require manual upgrades to ensure controlled rollouts and compatibility testing. There are no automatic update mechanisms built into the charts.
# Check for updates
rulebricks upgrade list
# Upgrade to latest version
rulebricks upgrade
# Upgrade to specific version
rulebricks upgrade --version 1.2.3Automatic updates are not built into the charts. To automate upgrades, you can set up a cron job to run rulebricks upgrade periodically.
- Image pull errors: Verify your Rulebricks license key
- Database connection errors: Check Supabase pod status and logs
- Ingress not working: Ensure DNS is configured
- Documentation: https://rulebricks.com/docs
- Email: support@rulebricks.com
- GitHub Issues: https://github.com/rulebricks/charts/issues
These charts are provided as part of your Rulebricks license. See your license agreement for details.