From f132394aa7c28e56b16345100eba6fc1a795d735 Mon Sep 17 00:00:00 2001 From: ci Date: Mon, 8 Jun 2026 11:08:42 +0000 Subject: [PATCH] ci: bump image to a5913d6c2cb856a9941c529c027506c6c12b7d4e --- 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 e2b0f4a..3ef2362 100644 --- a/deploy/20-deployment.yaml +++ b/deploy/20-deployment.yaml @@ -26,7 +26,7 @@ spec: responseStartTimeoutSeconds: 1800 containers: - name: agent - image: registry.a2acloud.io/agents/agent-builder:b285f3cdc8169e79dd1fb6fb6edab04fce1115fe + image: registry.a2acloud.io/agents/agent-builder:a5913d6c2cb856a9941c529c027506c6c12b7d4e imagePullPolicy: Always ports: - containerPort: 8000 @@ -34,9 +34,9 @@ spec: protocol: TCP env: - name: A2A_AGENT_IMAGE - value: registry.a2acloud.io/agents/agent-builder:b285f3cdc8169e79dd1fb6fb6edab04fce1115fe + value: registry.a2acloud.io/agents/agent-builder:a5913d6c2cb856a9941c529c027506c6c12b7d4e - name: A2A_RENDER_IMAGE - value: registry.a2acloud.io/agents/agent-builder:b285f3cdc8169e79dd1fb6fb6edab04fce1115fe + value: registry.a2acloud.io/agents/agent-builder:a5913d6c2cb856a9941c529c027506c6c12b7d4e - name: SANDBOX_URL value: http://sandbox.sandbox.svc.cluster.local:8000 - name: A2A_SANDBOX_URL