From e5e75e2ea3a53b737d11a3c31762b0cb50d3dff0 Mon Sep 17 00:00:00 2001 From: ci Date: Mon, 8 Jun 2026 11:14:29 +0000 Subject: [PATCH] ci: bump image to 293550b56fe860c7d34b2435185c8d2db0309642 --- deploy/20-deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/20-deployment.yaml b/deploy/20-deployment.yaml index 2b0e44a..a99af17 100644 --- a/deploy/20-deployment.yaml +++ b/deploy/20-deployment.yaml @@ -26,7 +26,7 @@ spec: responseStartTimeoutSeconds: 3600 containers: - name: agent - image: registry.a2acloud.io/agents/agent-builder:a5913d6c2cb856a9941c529c027506c6c12b7d4e + image: registry.a2acloud.io/agents/agent-builder:293550b56fe860c7d34b2435185c8d2db0309642 imagePullPolicy: Always ports: - containerPort: 8000 @@ -34,9 +34,9 @@ spec: protocol: TCP env: - name: A2A_AGENT_IMAGE - value: registry.a2acloud.io/agents/agent-builder:a5913d6c2cb856a9941c529c027506c6c12b7d4e + value: registry.a2acloud.io/agents/agent-builder:293550b56fe860c7d34b2435185c8d2db0309642 - name: A2A_RENDER_IMAGE - value: registry.a2acloud.io/agents/agent-builder:a5913d6c2cb856a9941c529c027506c6c12b7d4e + value: registry.a2acloud.io/agents/agent-builder:293550b56fe860c7d34b2435185c8d2db0309642 - name: SANDBOX_URL value: http://sandbox.sandbox.svc.cluster.local:8000 - name: A2A_SANDBOX_URL