Commit 00f2e17
authored
chore: bump Bifrost Helm chart to 2.1.18 with
## 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 applicablemodelParametersUrl support (#3743)1 parent df82078 commit 00f2e17
3 files changed
Lines changed: 31 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
7 | 31 | | |
8 | 32 | | |
9 | 33 | | |
| |||
916 | 940 | | |
917 | 941 | | |
918 | 942 | | |
919 | | - | |
| 943 | + | |
0 commit comments