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.
Changelog
- Added
bifrost.modelCatalog.modelParametersUrltovalues.yaml,values.schema.json, and_helpers.tpl, allowing operators to override the URL Bifrost uses to fetch model parameter definitions. - Added
existingSecretsupport for hosted PostgreSQL (postgresql.enabled: true). Setpostgresql.auth.existingSecretandpostgresql.auth.passwordKeyto reference a Kubernetes secret (e.g. from Vault Secrets Operator) instead of a plaintext password in values. Both the postgres pod and the bifrost pod will read the password from the secret; the chart-managed secret is not created whenexistingSecretis set. - Added
postgresql.primary.podSecurityContextandpostgresql.primary.containerSecurityContextto allow configuring pod- and container-level security contexts on the hosted PostgreSQL deployment. Defaults topodSecurityContext: { fsGroup: 999 }(preserving prior behaviour) andcontainerSecurityContext: {}(no container security context). Required for clusters enforcing strict Kyverno/OPA policies (e.g.runAsNonRoot,allowPrivilegeEscalation: false,capabilities.drop: [ALL],seccompProfile). - Added
bifrost.featureFlagsmap tovalues.yamland_helpers.tpl. Renders intofeature_flags.flagsin the generated config JSON. Each entry accepts a literal boolean or"env.NAME"string. - Fixed Deployment not exposing the cluster gRPC container port; fixed
service.yamlmissing the gRPC service port. Both now match StatefulSet/headless service behaviour. - Fixed Weaviate PVC rendering when
vectorStore.weaviate.persistence.enabled=false; PVC is now gated on persistence being enabled. - Fixed Redis probes passing password via
-aflag in process args; switched toREDISCLI_AUTHenv var. - Fixed nondeterministic env var order for
providerSecretsandweaviate.envmap iterations; keys are now sorted withsortAlpha. - Corrected guardrail
timeoutexamples invalues.yaml: provider default is30s, rule default is60s.

