Skip to main content

v1.0.2 Release

This release introduces schema location configuration updates for the AI Agent (bhaiagent) and AI Agent Worker (bhaiagentworker) services in Azure environments.

Summary of Changes

  • AI Agent & Worker Schemas Home Configuration: Added the SCHEMAS_HOME environment variable and ConfigMap key for both bhaiagent and bhaiagentworker microservices to standardize schema directory paths across Azure deployments.

Technical Details

Chart Updates

  • Release tag: v1.0.2-bighammer-azure.

AI Agent Service (bhaiagent)

  • Updated configmap.yaml template (charts/bhaiagent/templates/configmap.yaml) to define SCHEMAS_HOME sourced from .Values.global.bhaiagent.env.SCHEMAS_HOME.
  • Updated deployment.yaml template (charts/bhaiagent/templates/deployment.yaml) to inject the SCHEMAS_HOME environment variable referencing the bhaiagent ConfigMap.
  • Set default environment value SCHEMAS_HOME: "/schemas" in values-dev.yaml.

AI Agent Worker Service (bhaiagentworker)

  • Updated configmap.yaml template (charts/bhaiagentworker/templates/configmap.yaml) to define SCHEMAS_HOME sourced from .Values.global.bhaiagentworker.env.SCHEMAS_HOME.
  • Updated deployment.yaml template (charts/bhaiagentworker/templates/deployment.yaml) to inject the SCHEMAS_HOME environment variable referencing the bhaiagentworker ConfigMap.
  • Set default environment value SCHEMAS_HOME: "/schemas" in values-dev.yaml.