Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.03 KB

File metadata and controls

26 lines (18 loc) · 1.03 KB

Braintrust Helm Repository

For the latest guidance, always refer to the official Braintrust documentation:

This repository contains the official Helm chart for deploying Braintrust's self-hosted data plane services to Kubernetes.

Quick Start

Install from OCI Registry

helm upgrade --install \
  --namespace braintrust --create-namespace \
  braintrust \
  oci://public.ecr.aws/braintrust/helm/braintrust \
  --version 1.2.3 \
  --values helm-values.yaml

Prerequisites

Before installing the Braintrust Helm chart, ensure you have run the appropriate braintrust terraform module Google or Azure to deploy the base infrastructure.

See the Braintrust Helm Chart for more details.