chore(cd): deploy 6e24f4c [skip ci]

This commit is contained in:
AWOOOI CD
2026-07-11 06:45:36 +08:00
parent 6e24f4cba4
commit 355467c431
3 changed files with 5 additions and 5 deletions

View File

@@ -154,12 +154,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: "f453359e347ed468947d623ad7c09796acf0a441"
value: "6e24f4cba417e6133ae1c509f097ad698d6e31d9"
- 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: "f453359e347ed468947d623ad7c09796acf0a441"
value: "6e24f4cba417e6133ae1c509f097ad698d6e31d9"
- 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: "IMAGE_TAG_PLACEHOLDER"
value: "6e24f4cba417e6133ae1c509f097ad698d6e31d9"
- name: ENABLE_AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_WORKER
value: "false"
- name: ENABLE_AWOOOP_ANSIBLE_CHECK_MODE_WORKER

View File

@@ -42,7 +42,7 @@ resources:
images:
- name: 192.168.0.110:5000/library/api:IMAGE_TAG_PLACEHOLDER
newName: 192.168.0.110:5000/awoooi/api
newTag: f453359e347ed468947d623ad7c09796acf0a441
newTag: 6e24f4cba417e6133ae1c509f097ad698d6e31d9
- name: 192.168.0.110:5000/library/web:IMAGE_TAG_PLACEHOLDER
newName: 192.168.0.110:5000/awoooi/web
newTag: f453359e347ed468947d623ad7c09796acf0a441
newTag: 6e24f4cba417e6133ae1c509f097ad698d6e31d9