From 9a451b817b4f69b181fd528c3996d68397ea786e Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 16 May 2026 12:44:57 +0000 Subject: [PATCH] chore: correct k3s service commit pins --- config.json | 2 +- deploy.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 330aa769..5ea9ce58 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": "75fb675a64d3c9a2a2d0ea616c093c8d74b24128", + "commitId": "75fb6757b2504ba86d61f2587fb34a9c9ed4019a", "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 1d8a351b..880e54bd 100644 --- a/deploy.json +++ b/deploy.json @@ -44,17 +44,17 @@ { "id": "k3sctl-adapter", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "75fb675a64d3c9a2a2d0ea616c093c8d74b24128" + "commitId": "75fb6757b2504ba86d61f2587fb34a9c9ed4019a" }, { "id": "code-queue", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "75fb675a64d3c9a2a2d0ea616c093c8d74b24128" + "commitId": "75fb6757b2504ba86d61f2587fb34a9c9ed4019a" }, { "id": "mdtodo", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "75fb675a64d3c9a2a2d0ea616c093c8d74b24128" + "commitId": "75fb6757b2504ba86d61f2587fb34a9c9ed4019a" } ] }