Helm charts for provisioning Perses and the Perses Operator on Kubernetes.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Add the Perses Helm repository:
helm repo add perses https://perses.github.io/helm-charts
helm repo updateThis chart deploys a Perses instance on Kubernetes. It provisions a StatefulSet (file-based storage) or Deployment (SQL-backed), along with service, ingress, Gateway API support, TLS, persistence, provisioning sidecar, and optional ServiceMonitor for Prometheus scraping.
Install Perses with default configuration:
helm install my-perses perses/persesFor detailed configuration options, see the Perses chart documentation.
This chart deploys the Perses Operator on Kubernetes. It installs the operator along with CRDs, RBAC, cert-manager integration, and webhook configuration to manage Perses instances, dashboards, and data sources declaratively via custom resources.
Install the Perses Operator with default configuration (requires cert-manager in the cluster):
helm install perses-operator perses/perses-operatorTo install without cert-manager (not recommended for production):
helm install perses-operator perses/perses-operator --set certManager.enable=falseFor detailed configuration options, see the Perses Operator chart documentation.
See the Developer Guide for local setup, testing, documentation generation, and adding new charts.
We'd love to have you contribute! Please refer to our contribution guidelines for details.