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_HOMEenvironment variable and ConfigMap key for bothbhaiagentandbhaiagentworkermicroservices 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.yamltemplate (charts/bhaiagent/templates/configmap.yaml) to defineSCHEMAS_HOMEsourced from.Values.global.bhaiagent.env.SCHEMAS_HOME. - Updated
deployment.yamltemplate (charts/bhaiagent/templates/deployment.yaml) to inject theSCHEMAS_HOMEenvironment variable referencing thebhaiagentConfigMap. - Set default environment value
SCHEMAS_HOME: "/schemas"invalues-dev.yaml.
AI Agent Worker Service (bhaiagentworker)
- Updated
configmap.yamltemplate (charts/bhaiagentworker/templates/configmap.yaml) to defineSCHEMAS_HOMEsourced from.Values.global.bhaiagentworker.env.SCHEMAS_HOME. - Updated
deployment.yamltemplate (charts/bhaiagentworker/templates/deployment.yaml) to inject theSCHEMAS_HOMEenvironment variable referencing thebhaiagentworkerConfigMap. - Set default environment value
SCHEMAS_HOME: "/schemas"invalues-dev.yaml.