chore(cd): deploy 76da612 [skip ci]

This commit is contained in:
AWOOOI CD
2026-07-15 01:00:38 +08:00
parent 76da612d37
commit dc90bcc44e
4 changed files with 6 additions and 6 deletions

View File

@@ -160,12 +160,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: "5a593fba5e110288185c5498509b43c37bc52859"
value: "76da612d372401c5f8fe734ac7d70a55e0c1a9b2"
- 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: "5a593fba5e110288185c5498509b43c37bc52859"
value: "76da612d372401c5f8fe734ac7d70a55e0c1a9b2"
- name: DATABASE_POOL_SIZE
# 2026-07-01 Codex: production role `awoooi` currently has a low
# connection limit. Keep API pool conservative until DB role

View File

@@ -66,7 +66,7 @@ spec:
- name: DATABASE_NULL_POOL
value: "true"
- name: AWOOOI_BUILD_COMMIT_SHA
value: "5a593fba5e110288185c5498509b43c37bc52859"
value: "76da612d372401c5f8fe734ac7d70a55e0c1a9b2"
- name: ENABLE_AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_WORKER
value: "false"
- name: ENABLE_AWOOOP_ANSIBLE_CHECK_MODE_WORKER

View File

@@ -173,7 +173,7 @@ spec:
- name: DATABASE_BOOTSTRAP_DDL_ENABLED
value: "false"
- name: AWOOOI_BUILD_COMMIT_SHA
value: "5a593fba5e110288185c5498509b43c37bc52859"
value: "76da612d372401c5f8fe734ac7d70a55e0c1a9b2"
- name: ENABLE_AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_WORKER
value: "true"
- name: ENABLE_SECURITY_CONTROL_PLANE_MAINTENANCE_WORKER

View File

@@ -40,9 +40,9 @@ resources:
# ⚠️ 重要: name 必須與 deployment YAML 中的 image 完全匹配 (含 tag)
# newName + newTag 由 CI 透過 kustomize edit set image 注入
images:
- digest: sha256:63787237ff5ace798b0978c0319969b9bff0a3cf44007dbd1c6eecadb4e9465e
- digest: sha256:5b976f5d9be1fe119e4137244ef1940a62f6ab0e55cbafdd1ec4fd569a9c586d
name: 192.168.0.110:5000/library/api:IMAGE_TAG_PLACEHOLDER
newName: 192.168.0.110:5000/awoooi/api
- digest: sha256:c454f0af821455d1b33947a706f3464ad06689cf6d3a681f0dcc5d420f90bad6
- digest: sha256:88b5789fa2d147d37a1981a098705589f2d47435657cb98cf5cc5b004e12cded
name: 192.168.0.110:5000/library/web:IMAGE_TAG_PLACEHOLDER
newName: 192.168.0.110:5000/awoooi/web