Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/agentex/lib/cli/handlers/deploy_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ def merge_deployment_configs(
"name": manifest.agent.name,
"description": manifest.agent.description,
"acp_type": manifest.agent.acp_type,
# Rendered as the pod's AGENT_VERSION (chart >=0.6.0), stamped
# onto every span as __agent_version__ by the SGP processor.
"version": image_tag,
},
},
"replicaCount": manifest.deployment.global_config.replicaCount,
Expand Down
Loading