From c206e7512317ef3b4de44ec1f7e1eaa9fa38b656 Mon Sep 17 00:00:00 2001 From: ci Date: Wed, 3 Jun 2026 17:34:30 +0000 Subject: [PATCH] ci: bump image to 819d381efd59baa67204a5cd3625609055fc91b9 --- 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 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