From ab86bdbe0a854ea718b3062ee52acd71149bb560 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jul 2026 08:18:01 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20v03=20=E9=BB=98=E8=AE=A4=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=20AgentRun=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index f71376bd..9c438bbd 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -870,10 +870,10 @@ lanes: HWLAB_CODE_AGENT_ADAPTER: agentrun-v02 OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: http://otel-collector.platform-infra.svc.cluster.local:4318/v1/traces OTEL_SERVICE_NAME: hwlab-cloud-api - AGENTRUN_MGR_URL: http://agentrun-mgr.agentrun-v02.svc.cluster.local:8080 + AGENTRUN_MGR_URL: http://agentrun-mgr.agentrun-release.svc.cluster.local:8080 AGENTRUN_API_KEY: secretRef:hwlab-v03-master-server-admin-api-key/api-key - HWLAB_CODE_AGENT_AGENTRUN_RUNNER_NAMESPACE: agentrun-v02 - HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE: agentrun-v02 + HWLAB_CODE_AGENT_AGENTRUN_RUNNER_NAMESPACE: agentrun-release + HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE: agentrun-release HWLAB_CODE_AGENT_AGENTRUN_REPO_URL: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git HWLAB_KAFKA_ENABLED: "true" HWLAB_KAFKA_AGENTRUN_EVENT_CONSUME_ENABLED: "true"