From 96065084170c6b440ea948301fffc043b6994a0f Mon Sep 17 00:00:00 2001 From: Erik Weathers Date: Wed, 22 Apr 2026 11:48:30 -0700 Subject: [PATCH 1/2] update Chart version to latest: 6.1.0 Testing for new branch-based release process inadvertently stomped the versions in the main branch to invalid test versions. Undoing that, and also updating the Chart version to the latest version. --- braintrust/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/braintrust/Chart.yaml b/braintrust/Chart.yaml index e32c473..3d701ed 100644 --- a/braintrust/Chart.yaml +++ b/braintrust/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: braintrust -version: 0.0.2-test +version: 6.1.0 description: A Helm chart to run the Braintrust services for the self-hosted data plane type: application home: https://github.com/braintrustdata/helm From fca3729a8681739c744698beb13bc120efd01ba3 Mon Sep 17 00:00:00 2001 From: Erik Weathers Date: Wed, 22 Apr 2026 11:54:08 -0700 Subject: [PATCH 2/2] actually, let's just use 5.0.1 since that was the latest 'known good' version --- braintrust/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/braintrust/Chart.yaml b/braintrust/Chart.yaml index 3d701ed..9a78bd5 100644 --- a/braintrust/Chart.yaml +++ b/braintrust/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: braintrust -version: 6.1.0 +version: 5.0.1 description: A Helm chart to run the Braintrust services for the self-hosted data plane type: application home: https://github.com/braintrustdata/helm