From e40a02653ad207267794bd2d472e8708148029ad Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 17 May 2026 00:49:45 +0000 Subject: [PATCH] chore: fix code queue deploy commit pin --- config.json | 2 +- deploy.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index dba2b298..468bcb8a 100644 --- a/config.json +++ b/config.json @@ -595,7 +595,7 @@ "description": "Code Queue 是由 D601 k3s 控制平面代管的代码代理队列用户服务,UniDesk 只通过 k3sctl-adapter 访问其标准服务路由;当前运行拓扑固定为 D601 原生 k3s 内的 read/write/scheduler 多服务,provider-gateway 只保留维护用途。", "repository": { "url": "https://github.com/pikasTech/unidesk", - "commitId": "2a9f60df0ad9e8f8c73ca1c14d55bdde80e39465", + "commitId": "2a9f60d57401bf9d6165e44af30c2f21ada79320", "dockerfile": "src/components/microservices/code-queue/Dockerfile", "composeFile": "src/components/microservices/k3sctl-adapter/k3s/code-queue.k3s.json", "composeService": "code-queue", diff --git a/deploy.json b/deploy.json index 169f6423..9d301142 100644 --- a/deploy.json +++ b/deploy.json @@ -49,7 +49,7 @@ { "id": "code-queue", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "2a9f60df0ad9e8f8c73ca1c14d55bdde80e39465" + "commitId": "2a9f60d57401bf9d6165e44af30c2f21ada79320" }, { "id": "mdtodo",