fix: 解耦 host 镜像与 GitOps 资源发布

This commit is contained in:
Codex
2026-07-17 03:54:24 +02:00
parent 167bec2681
commit 1cea70fc6e
6 changed files with 60 additions and 78 deletions
+3 -36
View File
@@ -20,45 +20,12 @@ runtime:
delivery:
enabled: true
changeDetection:
sharedRuntimePaths:
- .tekton/unidesk-host-pac.yaml
- config/feature-config.schema.json
- config/hwlab-node-lanes.yaml
- config/platform-infra/pipelines-as-code.yaml
- config/unidesk-host-k8s.yaml
- bun.lock
- package.json
- scripts/native/cicd/build-unidesk-host-image.sh
- scripts/native/cicd/feature-config-schema-warning.mjs
- scripts/native/cicd/otel-runtime-config.ts
- scripts/native/cicd/pac-status-evaluator.cjs
- scripts/native/cicd/prepare-unidesk-host-release.mjs
- scripts/native/cicd/publish-unidesk-host-gitops.mjs
- scripts/native/cicd/render-sentinel-publish-task.ts
- scripts/native/deploy/render-unidesk-host-service.mjs
- scripts/native/hwlab/runtime-gitops-observability.mjs
- scripts/native/hwlab/runtime-gitops-postprocess.mjs
- scripts/native/hwlab/runtime-gitops-scripts-configmap.mjs
- scripts/native/hwlab/runtime-gitops-verify.mjs
- scripts/vendor/ajv-dist/8.17.1/ajv2020.min.js
- scripts/vendor/ajv-dist/8.17.1/manifest.json
- scripts/src/agentrun-manifests.ts
- scripts/src/hwlab-node/render.ts
- scripts/src/hwlab-node/web-probe.ts
- scripts/src/hwlab-node-web-observe-runner-realtime-source.ts
- scripts/src/hwlab-node-web-sentinel-cicd-jobs.ts
- scripts/src/pac-feature-config-schema-stage.ts
- scripts/src/platform-infra-pac-feature-config-projection.ts
- scripts/src/platform-infra-pipelines-as-code-source-artifact.ts
- scripts/src/platform-infra-pipelines-as-code.ts
- scripts/src/config.ts
- scripts/src/hwlab-node-lanes.ts
- scripts/src/yaml-composition.ts
sharedImagePaths:
- src/components/shared
services:
- id: todo-note
serviceRef: services.todoNote
runtimePaths:
imagePaths:
- src/components/microservices/todo-note/Dockerfile
- src/components/microservices/todo-note/bun.lock
- src/components/microservices/todo-note/package.json
@@ -71,7 +38,7 @@ delivery:
releaseStatePath: deploy/gitops-state/unidesk-host/todo-note.json
- id: decision-center
serviceRef: services.decisionCenter
runtimePaths:
imagePaths:
- src/components/microservices/decision-center/Dockerfile
- src/components/microservices/decision-center/package.json
- src/components/microservices/decision-center/src