Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion braintrust/ci/values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ api:
limits:
cpu: "4"
memory: "8Gi"
allowCodeFunctionExecution: true
allowCodeFunctionExecution: false
backfillDisableHistorical: false
backfillDisableNonhistorical: false
allowInvalidBase64: false
Expand Down
2 changes: 1 addition & 1 deletion braintrust/ci/values-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ api:
limits:
cpu: "4"
memory: "8Gi"
allowCodeFunctionExecution: true
allowCodeFunctionExecution: false
backfillDisableHistorical: false
backfillDisableNonhistorical: false
allowInvalidBase64: false
Expand Down
2 changes: 1 addition & 1 deletion braintrust/ci/values-google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ api:
limits:
cpu: "4"
memory: "8Gi"
allowCodeFunctionExecution: true
allowCodeFunctionExecution: false
backfillDisableHistorical: false
backfillDisableNonhistorical: false
allowInvalidBase64: false
Expand Down
2 changes: 1 addition & 1 deletion braintrust/ci/values-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ api:
limits:
cpu: "4"
memory: "8Gi"
allowCodeFunctionExecution: true
allowCodeFunctionExecution: false
backfillDisableHistorical: false
backfillDisableNonhistorical: false
allowInvalidBase64: false
Expand Down
2 changes: 1 addition & 1 deletion braintrust/tests/__fixtures__/base-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ api:
limits:
cpu: "4"
memory: "8Gi"
allowCodeFunctionExecution: true
allowCodeFunctionExecution: false
backfillDisableHistorical: false
backfillDisableNonhistorical: false
allowInvalidBase64: false
Expand Down
2 changes: 1 addition & 1 deletion braintrust/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ api:
cpu: "4"
memory: "8Gi"
# Allow running user generated code functions (e.g. scorers/tools)
allowCodeFunctionExecution: true
allowCodeFunctionExecution: false
# Brainstore backfill configuration. These defaults are fine for most cases.
backfillDisableHistorical: false
backfillDisableNonhistorical: false
Expand Down
Loading