From 3a6cc2017b8b2dec1ae07317335875df099a37b1 Mon Sep 17 00:00:00 2001 From: ci Date: Tue, 2 Jun 2026 19:13:04 +0000 Subject: [PATCH] ci: bump image to cedb84d3e1dbdc40bb554794e27f6f5a24d13fc4 --- 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 a3e6e66..82ef1fb 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:a0229a1e64e615a5f994285c265e4d248536817c + image: registry.a2acloud.io/agents/agent-builder:cedb84d3e1dbdc40bb554794e27f6f5a24d13fc4 imagePullPolicy: Always ports: - containerPort: 8000 @@ -35,9 +35,9 @@ spec: protocol: TCP env: - name: A2A_AGENT_IMAGE - value: registry.a2acloud.io/agents/agent-builder:a0229a1e64e615a5f994285c265e4d248536817c + value: registry.a2acloud.io/agents/agent-builder:cedb84d3e1dbdc40bb554794e27f6f5a24d13fc4 - name: A2A_RENDER_IMAGE - value: registry.a2acloud.io/agents/agent-builder:a0229a1e64e615a5f994285c265e4d248536817c + value: registry.a2acloud.io/agents/agent-builder:cedb84d3e1dbdc40bb554794e27f6f5a24d13fc4 - name: SANDBOX_URL value: http://sandbox.sandbox.svc.cluster.local:8000 - name: A2A_SANDBOX_URL