diff --git a/config.json b/config.json index 01399bdb..330aa769 100644 --- a/config.json +++ b/config.json @@ -588,7 +588,7 @@ "description": "Code Queue 是由 D601 k3s 控制平面代管的代码代理队列用户服务,UniDesk 只通过 k3sctl-adapter 访问其标准服务路由;D601/D518 实例由 k3s 管理,provider-gateway 只保留维护用途。", "repository": { "url": "https://github.com/pikasTech/unidesk", - "commitId": "111ec9f1ebb9518e83cc03cfd197174104dced5c", + "commitId": "75fb675a64d3c9a2a2d0ea616c093c8d74b24128", "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 0eef56b9..1d8a351b 100644 --- a/deploy.json +++ b/deploy.json @@ -44,17 +44,17 @@ { "id": "k3sctl-adapter", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "111ec9f1ebb9518e83cc03cfd197174104dced5c" + "commitId": "75fb675a64d3c9a2a2d0ea616c093c8d74b24128" }, { "id": "code-queue", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "111ec9f1ebb9518e83cc03cfd197174104dced5c" + "commitId": "75fb675a64d3c9a2a2d0ea616c093c8d74b24128" }, { "id": "mdtodo", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "111ec9f1ebb9518e83cc03cfd197174104dced5c" + "commitId": "75fb675a64d3c9a2a2d0ea616c093c8d74b24128" } ] }