Merge remote-tracking branch 'origin/main' into codex/p0-obs-002-20260715
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 3m28s
CD Pipeline / build-and-deploy (push) Failing after 1m10s
CD Pipeline / post-deploy-checks (push) Has been skipped
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 3m28s
CD Pipeline / build-and-deploy (push) Failing after 1m10s
CD Pipeline / post-deploy-checks (push) Has been skipped
This commit is contained in:
@@ -157,12 +157,12 @@ spec:
|
||||
- name: AWOOOI_BUILD_COMMIT_SHA
|
||||
# 2026-06-29 Codex: CD rewrites this to the deployed image tag so
|
||||
# production deploy readback does not rely on a stale static snapshot.
|
||||
value: "fd2ebd4937f045d57b7c623e4bb7f9bb8a181ec4"
|
||||
value: "f682baf0d00ecffffd74f82ed1f7a3a18ad7ead2"
|
||||
- name: AWOOOI_DESIRED_API_IMAGE_TAG
|
||||
# 2026-06-30 Codex: CD rewrites this alongside AWOOOI_BUILD_COMMIT_SHA.
|
||||
# Production readback compares runtime image truth against this
|
||||
# GitOps desired tag instead of doing a slow Gitea raw fetch.
|
||||
value: "fd2ebd4937f045d57b7c623e4bb7f9bb8a181ec4"
|
||||
value: "f682baf0d00ecffffd74f82ed1f7a3a18ad7ead2"
|
||||
- name: DATABASE_POOL_SIZE
|
||||
# 2026-07-01 Codex: production role `awoooi` currently has a low
|
||||
# connection limit. Keep API pool conservative until DB role
|
||||
|
||||
@@ -66,7 +66,7 @@ spec:
|
||||
- name: DATABASE_NULL_POOL
|
||||
value: "true"
|
||||
- name: AWOOOI_BUILD_COMMIT_SHA
|
||||
value: "fd2ebd4937f045d57b7c623e4bb7f9bb8a181ec4"
|
||||
value: "f682baf0d00ecffffd74f82ed1f7a3a18ad7ead2"
|
||||
- name: ENABLE_AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_WORKER
|
||||
value: "false"
|
||||
- name: ENABLE_AWOOOP_ANSIBLE_CHECK_MODE_WORKER
|
||||
|
||||
@@ -178,7 +178,7 @@ spec:
|
||||
- name: DATABASE_BOOTSTRAP_DDL_ENABLED
|
||||
value: "false"
|
||||
- name: AWOOOI_BUILD_COMMIT_SHA
|
||||
value: "fd2ebd4937f045d57b7c623e4bb7f9bb8a181ec4"
|
||||
value: "f682baf0d00ecffffd74f82ed1f7a3a18ad7ead2"
|
||||
- name: ENABLE_AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_WORKER
|
||||
value: "true"
|
||||
- name: ENABLE_SECURITY_CONTROL_PLANE_MAINTENANCE_WORKER
|
||||
|
||||
@@ -40,9 +40,9 @@ resources:
|
||||
# ⚠️ 重要: name 必須與 deployment YAML 中的 image 完全匹配 (含 tag)
|
||||
# newName + newTag 由 CI 透過 kustomize edit set image 注入
|
||||
images:
|
||||
- digest: sha256:7bdd628e9b4f2c8e3d2d0ee7f8bd704ce6f4ea733e0b9cf40c00de2d3c2c1959
|
||||
- digest: sha256:a28cc37e7c4b9d7bf6ddf545dfb7282bb267e6378a26566f6c79463d185c36c1
|
||||
name: 192.168.0.110:5000/library/api:IMAGE_TAG_PLACEHOLDER
|
||||
newName: 192.168.0.110:5000/awoooi/api
|
||||
- digest: sha256:1bd4e0c17637301b580faeba39a9ec7b02566ce9c09c11172cd11c551dfe6203
|
||||
- digest: sha256:40122af182b60a2774b95b8a44ffb61cef5b92d9642abc11d5fbd410d4713d01
|
||||
name: 192.168.0.110:5000/library/web:IMAGE_TAG_PLACEHOLDER
|
||||
newName: 192.168.0.110:5000/awoooi/web
|
||||
|
||||
Reference in New Issue
Block a user