Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt

Use this file to discover all available pages before exploring further.

Bifrost Helm
v2.1.14

Changelog

  • Removed the obsolete bifrost.client.allowDirectKeys assertion from validate-helm-config-fields.sh. The field was deleted from the chart schema and codebase in a prior release, so the test was rendering an invalid values file and helm was rejecting it via additionalProperties: false.
  • Hardened render_config() in validate-helm-config-fields.sh so a failing helm template actually surfaces its stderr instead of being swallowed by the script’s set -e (the previous post-hoc $? check was unreachable).