Skip to content

Commit 00f2e17

Browse files
authored
chore: bump Bifrost Helm chart to 2.1.18 with modelParametersUrl support (#3743)
## Summary Adds support for overriding the URL Bifrost uses to fetch model parameter definitions, giving operators more control over model catalog configuration. ## Changes - Added `bifrost.modelCatalog.modelParametersUrl` to `values.yaml`, `values.schema.json`, and `_helpers.tpl`, enabling operators to supply a custom URL for model parameter definitions. - Bumped Helm chart version from `2.1.17` to `2.1.18`. - Updated `helm-charts/index.yaml` with the new chart release entry. ## Type of change - [ ] Bug fix - [x] Feature - [ ] Refactor - [ ] Documentation - [ ] Chore/CI ## Affected areas - [ ] Core (Go) - [ ] Transports (HTTP) - [ ] Providers/Integrations - [ ] Plugins - [ ] UI (React) - [ ] Docs ## How to test Deploy the Helm chart with a custom `modelParametersUrl` set and verify Bifrost uses the specified URL to fetch model parameter definitions. ```sh helm upgrade --install bifrost ./helm-charts/bifrost \ --set bifrost.modelCatalog.modelParametersUrl="https://your-custom-url/model-params.json" ``` Confirm the rendered config includes the overridden URL and that Bifrost fetches model parameters from the specified endpoint. ## Screenshots/Recordings N/A ## Breaking changes - [ ] Yes - [x] No ## Related issues N/A ## Security considerations Operators should ensure the URL provided for `modelParametersUrl` points to a trusted source, as it will be used to load model parameter definitions into the gateway. ## Checklist - [ ] I read `docs/contributing/README.md` and followed the guidelines - [ ] I added/updated tests where appropriate - [ ] I updated documentation where needed - [ ] I verified builds succeed (Go and UI) - [ ] I verified the CI pipeline passes locally if applicable
1 parent df82078 commit 00f2e17

3 files changed

Lines changed: 31 additions & 4 deletions

File tree

helm-charts/bifrost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: bifrost
33
description: A Helm chart for deploying Bifrost - AI Gateway with unified interface for multiple providers
44
type: application
5-
version: 2.1.17
5+
version: 2.1.18
66
appVersion: "1.5.0"
77
keywords:
88
- ai

helm-charts/bifrost/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

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

7-
**Latest Version:** 2.1.17
7+
**Latest Version:** 2.1.18
88

99
## Changelog
1010

11+
### 2.1.18
12+
- 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.
13+
1114
### 2.1.17
1215

1316
- 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`.

helm-charts/index.yaml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,31 @@ entries:
33
bifrost:
44
- apiVersion: v2
55
appVersion: 1.5.0
6-
created: "2026-05-17T14:30:00.000000+05:30"
6+
created: "2026-05-26T02:16:32.155592+05:30"
7+
description: A Helm chart for deploying Bifrost - AI Gateway with unified interface
8+
for multiple providers
9+
digest: 45375cb9bee998e2f62b27346f867c453d0e36f5c55a09683ac8443d188e4e5e
10+
home: https://www.getmaxim.ai/bifrost
11+
icon: https://www.getbifrost.ai/favicon.png
12+
keywords:
13+
- ai
14+
- gateway
15+
- llm
16+
- openai
17+
- anthropic
18+
maintainers:
19+
- email: support@getbifrost.ai
20+
name: Bifrost Team
21+
name: bifrost
22+
sources:
23+
- https://github.com/maximhq/bifrost
24+
type: application
25+
urls:
26+
- https://maximhq.github.io/bifrost/helm-charts/bifrost-2.1.18.tgz
27+
version: 2.1.18
28+
- apiVersion: v2
29+
appVersion: 1.5.0
30+
created: "2026-05-17T14:30:00+05:30"
731
description: A Helm chart for deploying Bifrost - AI Gateway with unified interface
832
for multiple providers
933
digest: 8e887afbbc89f079595200570b40267c18dcc50f0ac188cff2116358555a8c15
@@ -916,4 +940,4 @@ entries:
916940
urls:
917941
- https://maximhq.github.io/bifrost/helm-charts/bifrost-1.3.36.tgz
918942
version: 1.3.36
919-
generated: "2026-05-17T14:30:00.000000+05:30"
943+
generated: "2026-05-26T02:16:32.148215+05:30"

0 commit comments

Comments
 (0)