Merge remote-tracking branch 'origin/main' into codex/ai-automation-codebase-review-20260710
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m26s
CD Pipeline / build-and-deploy (push) Successful in 6m31s
CD Pipeline / post-deploy-checks (push) Successful in 1m48s
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m26s
CD Pipeline / build-and-deploy (push) Successful in 6m31s
CD Pipeline / post-deploy-checks (push) Successful in 1m48s
This commit is contained in:
@@ -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: "4bc97290b9ee109c333e11bfdac2f75eb07df567"
|
||||
value: "d3fa6feef4cf466e7a303aa0dfc501ce7b47104e"
|
||||
- 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: "4bc97290b9ee109c333e11bfdac2f75eb07df567"
|
||||
value: "d3fa6feef4cf466e7a303aa0dfc501ce7b47104e"
|
||||
- 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: "4bc97290b9ee109c333e11bfdac2f75eb07df567"
|
||||
value: "d3fa6feef4cf466e7a303aa0dfc501ce7b47104e"
|
||||
- name: ENABLE_AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_WORKER
|
||||
value: "false"
|
||||
- name: ENABLE_AWOOOP_ANSIBLE_CHECK_MODE_WORKER
|
||||
|
||||
@@ -168,7 +168,7 @@ spec:
|
||||
- name: DATABASE_NULL_POOL
|
||||
value: "true"
|
||||
- name: AWOOOI_BUILD_COMMIT_SHA
|
||||
value: "4bc97290b9ee109c333e11bfdac2f75eb07df567"
|
||||
value: "d3fa6feef4cf466e7a303aa0dfc501ce7b47104e"
|
||||
- name: ENABLE_AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_WORKER
|
||||
value: "true"
|
||||
- name: AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_INTERVAL_SECONDS
|
||||
|
||||
@@ -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: 4bc97290b9ee109c333e11bfdac2f75eb07df567
|
||||
newTag: d3fa6feef4cf466e7a303aa0dfc501ce7b47104e
|
||||
- name: 192.168.0.110:5000/library/web:IMAGE_TAG_PLACEHOLDER
|
||||
newName: 192.168.0.110:5000/awoooi/web
|
||||
newTag: 4bc97290b9ee109c333e11bfdac2f75eb07df567
|
||||
newTag: d3fa6feef4cf466e7a303aa0dfc501ce7b47104e
|
||||
|
||||
Reference in New Issue
Block a user