chore: release Bifrost Helm chart v2.1.33 with OTEL schema fix - #5705
Merged
akshaydeo merged 1 commit intoJul 30, 2026
Merged
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
🚧 Files skipped from review as they are similar to previous changes (6)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe Helm chart accepts ChangesHelm OTEL validation fix
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
BearTS
marked this pull request as ready for review
July 30, 2026 21:03
BearTS
force-pushed
the
07-31-fix_export_timeout_default_values_removed_from_helm
branch
from
July 30, 2026 21:05
5ada0fd to
2466964
Compare
akshaydeo
approved these changes
Jul 30, 2026
akshaydeo
approved these changes
Jul 30, 2026
Contributor
Merge activity
|
akshaydeo
deleted the
07-31-fix_export_timeout_default_values_removed_from_helm
branch
July 30, 2026 21:09
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This was referenced Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Fixes a Helm schema validation failure introduced in v2.1.32 where multi-profile OTEL configs (
bifrost.plugins.otel.config.profiles) would fail withAdditional property export_timeout is not allowed, blocking Helm render and deploy.Changes
export_timeoutas an explicitly allowed (but deprecated) property invalues.schema.jsonso that Helm's default map merge does not reject values when transitioning from the legacy flat config shape to theprofileswrapper shape.export_timeout: 5default invalues.yamlto prevent it from being injected into the config and triggering the schema conflict.2.1.33.Type of change
Affected areas
How to test
Breaking changes
Related issues
Regression introduced in v2.1.32 by the addition of the
export_timeoutdefault value.Security considerations
None.
Checklist
docs/contributing/README.mdand followed the guidelines