deploy
All checks were successful
build / build (push) Successful in 3s

This commit is contained in:
a2a-platform
2026-05-27 16:38:31 +00:00
parent ed6f01796a
commit be122ac40b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
name: blog-openapi-agent name: blog-openapi-agent
version: 0.1.0 version: 0.1.1
entrypoint: agent:BlogOpenapiAgent entrypoint: agent:BlogOpenapiAgent
description: Publishing and read API for the a2a cloud blog. Published content is description: Publishing and read API for the a2a cloud blog. Published content is
public; draft, preview, create, update, and delete operations require the blog API public; draft, preview, create, update, and delete operations require the blog API

View File

@@ -20,13 +20,13 @@ spec:
spec: spec:
containers: containers:
- name: agent - name: agent
image: registry.a2acloud.io/agents/blog-openapi-agent:581d782dd911fba093ee182a266601e5fe62dfbf image: registry.a2acloud.io/agents/blog-openapi-agent:latest
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: A2A_AGENT_IMAGE - name: A2A_AGENT_IMAGE
value: registry.a2acloud.io/agents/blog-openapi-agent:581d782dd911fba093ee182a266601e5fe62dfbf value: registry.a2acloud.io/agents/blog-openapi-agent:latest
- name: A2A_RENDER_IMAGE - name: A2A_RENDER_IMAGE
value: registry.a2acloud.io/agents/blog-openapi-agent:581d782dd911fba093ee182a266601e5fe62dfbf value: registry.a2acloud.io/agents/blog-openapi-agent:latest
- name: A2A_CP_URL - name: A2A_CP_URL
value: "http://control-plane.control-plane.svc.cluster.local" value: "http://control-plane.control-plane.svc.cluster.local"
- name: A2A_LOGIN_URL - name: A2A_LOGIN_URL