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 helm-charts/bifrost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bifrost
description: A Helm chart for deploying Bifrost - AI Gateway with unified interface for multiple providers
type: application
version: 2.1.17
version: 2.1.18
appVersion: "1.5.0"
keywords:
- ai
Expand Down
5 changes: 4 additions & 1 deletion helm-charts/bifrost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

Official Helm charts for deploying [Bifrost](https://github.com/maximhq/bifrost) - a high-performance AI gateway with unified interface for multiple providers.

**Latest Version:** 2.1.17
**Latest Version:** 2.1.18

## Changelog

### 2.1.18
- Added `bifrost.modelCatalog.modelParametersUrl` to `values.yaml`, `values.schema.json`, and `_helpers.tpl`, allowing operators to override the URL Bifrost uses to fetch model parameter definitions.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Incorrect config path in changelog

The changelog entry documents bifrost.modelCatalog.modelParametersUrl, but the actual Helm values path is bifrost.framework.pricing.modelParametersUrl (as seen in values.yaml line 260 and _helpers.tpl line 319). An operator following this changelog entry to set the value would be placing the key under the wrong hierarchy and it would have no effect.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 modelParametersUrl silently dropped when set alone

In templates/_helpers.tpl line 325, the condition that writes the pricing block into the framework config is {{- if or $pricing.pricing_url $pricing.pricing_sync_interval }}. It does not include $pricing.model_parameters_url. If an operator sets only bifrost.framework.pricing.modelParametersUrl (without pricingUrl or pricingSyncInterval), the entire pricing dict — including model_parameters_url — is never added to $framework, and the custom URL is silently discarded. The feature is non-functional in isolation.


### 2.1.17

- Added `max_turns_to_send` to guardrail rules. The integer caps how many historical conversation turns are sent to the guardrail provider on apply; the latest message is always included on top, and `0` (default) sends all turns. Wired into `values.schema.json`, `config.schema.json`, and `templates/_helpers.tpl` so it renders into `guardrails_config.guardrail_rules[].max_turns_to_send`.
Expand Down
28 changes: 26 additions & 2 deletions helm-charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,31 @@ entries:
bifrost:
- apiVersion: v2
appVersion: 1.5.0
created: "2026-05-17T14:30:00.000000+05:30"
created: "2026-05-26T02:16:32.155592+05:30"
description: A Helm chart for deploying Bifrost - AI Gateway with unified interface
for multiple providers
digest: 45375cb9bee998e2f62b27346f867c453d0e36f5c55a09683ac8443d188e4e5e
home: https://www.getmaxim.ai/bifrost
icon: https://www.getbifrost.ai/favicon.png
keywords:
- ai
- gateway
- llm
- openai
- anthropic
maintainers:
- email: support@getbifrost.ai
name: Bifrost Team
name: bifrost
sources:
- https://github.com/maximhq/bifrost
type: application
urls:
- https://maximhq.github.io/bifrost/helm-charts/bifrost-2.1.18.tgz
version: 2.1.18
- apiVersion: v2
appVersion: 1.5.0
created: "2026-05-17T14:30:00+05:30"
description: A Helm chart for deploying Bifrost - AI Gateway with unified interface
for multiple providers
digest: 8e887afbbc89f079595200570b40267c18dcc50f0ac188cff2116358555a8c15
Expand Down Expand Up @@ -916,4 +940,4 @@ entries:
urls:
- https://maximhq.github.io/bifrost/helm-charts/bifrost-1.3.36.tgz
version: 1.3.36
generated: "2026-05-17T14:30:00.000000+05:30"
generated: "2026-05-26T02:16:32.148215+05:30"
Loading