This repository contains the official Helm charts for OpenEverest, the open-source cloud-native database platform.
OpenEverest helps you deploy and manage databases on Kubernetes without the operational overhead. These charts provide a simple way to install and configure the OpenEverest control plane in your cluster.
For more information about the project, visit the main OpenEverest repository.
To install OpenEverest with default settings:
helm repo add openeverest https://openeverest.github.io/helm-charts/
helm repo update
helm install everest openeverest/openeverest \
--namespace everest-system \
--create-namespaceThis deploys the core OpenEverest components and sets up the management interface.
The Helm chart supports various configuration options for production deployments, custom resource limits, and integration with existing infrastructure. Refer to the Chart documentation for more information.
For detailed installation instructions, upgrade procedures, and advanced configuration options, see the OpenEverest documentation.
Contributions are welcome. If you find issues with these charts or have suggestions for improvements, please open an issue or submit a pull request in this repository.
For broader questions about OpenEverest or to contribute to the core project, see the main repository.
These Helm charts are licensed under the Apache License 2.0. See the LICENSE file for details.