diff --git a/deploy/20-deployment.yaml b/deploy/20-deployment.yaml index 82ef1fb..a9fe485 100644 --- a/deploy/20-deployment.yaml +++ b/deploy/20-deployment.yaml @@ -27,7 +27,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: agent - image: registry.a2acloud.io/agents/agent-builder:cedb84d3e1dbdc40bb554794e27f6f5a24d13fc4 + image: registry.a2acloud.io/agents/agent-builder:819d381efd59baa67204a5cd3625609055fc91b9 imagePullPolicy: Always ports: - containerPort: 8000 @@ -35,9 +35,9 @@ spec: protocol: TCP env: - name: A2A_AGENT_IMAGE - value: registry.a2acloud.io/agents/agent-builder:cedb84d3e1dbdc40bb554794e27f6f5a24d13fc4 + value: registry.a2acloud.io/agents/agent-builder:819d381efd59baa67204a5cd3625609055fc91b9 - name: A2A_RENDER_IMAGE - value: registry.a2acloud.io/agents/agent-builder:cedb84d3e1dbdc40bb554794e27f6f5a24d13fc4 + value: registry.a2acloud.io/agents/agent-builder:819d381efd59baa67204a5cd3625609055fc91b9 - name: SANDBOX_URL value: http://sandbox.sandbox.svc.cluster.local:8000 - name: A2A_SANDBOX_URL