Merge remote-tracking branch 'origin/main' into codex/security-governance-review-20260710
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 2m32s
CD Pipeline / build-and-deploy (push) Successful in 4m59s
CD Pipeline / post-deploy-checks (push) Has been cancelled
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 2m32s
CD Pipeline / build-and-deploy (push) Successful in 4m59s
CD Pipeline / post-deploy-checks (push) Has been cancelled
This commit is contained in:
@@ -84,12 +84,12 @@ spec:
|
|||||||
- name: AWOOOI_BUILD_COMMIT_SHA
|
- name: AWOOOI_BUILD_COMMIT_SHA
|
||||||
# 2026-06-29 Codex: CD rewrites this to the deployed image tag so
|
# 2026-06-29 Codex: CD rewrites this to the deployed image tag so
|
||||||
# production deploy readback does not rely on a stale static snapshot.
|
# production deploy readback does not rely on a stale static snapshot.
|
||||||
value: "b72b6ee048a071e235edba94d088a850c33c8987"
|
value: "d26bf5515a058ecc07c9a9c4b36b0a685a51002e"
|
||||||
- name: AWOOOI_DESIRED_API_IMAGE_TAG
|
- name: AWOOOI_DESIRED_API_IMAGE_TAG
|
||||||
# 2026-06-30 Codex: CD rewrites this alongside AWOOOI_BUILD_COMMIT_SHA.
|
# 2026-06-30 Codex: CD rewrites this alongside AWOOOI_BUILD_COMMIT_SHA.
|
||||||
# Production readback compares runtime image truth against this
|
# Production readback compares runtime image truth against this
|
||||||
# GitOps desired tag instead of doing a slow Gitea raw fetch.
|
# GitOps desired tag instead of doing a slow Gitea raw fetch.
|
||||||
value: "b72b6ee048a071e235edba94d088a850c33c8987"
|
value: "d26bf5515a058ecc07c9a9c4b36b0a685a51002e"
|
||||||
- name: DATABASE_POOL_SIZE
|
- name: DATABASE_POOL_SIZE
|
||||||
# 2026-07-01 Codex: production role `awoooi` currently has a low
|
# 2026-07-01 Codex: production role `awoooi` currently has a low
|
||||||
# connection limit. Keep API pool conservative until DB role
|
# connection limit. Keep API pool conservative until DB role
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: 192.168.0.110:5000/library/api:IMAGE_TAG_PLACEHOLDER
|
- name: 192.168.0.110:5000/library/api:IMAGE_TAG_PLACEHOLDER
|
||||||
newName: 192.168.0.110:5000/awoooi/api
|
newName: 192.168.0.110:5000/awoooi/api
|
||||||
newTag: b72b6ee048a071e235edba94d088a850c33c8987
|
newTag: d26bf5515a058ecc07c9a9c4b36b0a685a51002e
|
||||||
- name: 192.168.0.110:5000/library/web:IMAGE_TAG_PLACEHOLDER
|
- name: 192.168.0.110:5000/library/web:IMAGE_TAG_PLACEHOLDER
|
||||||
newName: 192.168.0.110:5000/awoooi/web
|
newName: 192.168.0.110:5000/awoooi/web
|
||||||
newTag: b72b6ee048a071e235edba94d088a850c33c8987
|
newTag: d26bf5515a058ecc07c9a9c4b36b0a685a51002e
|
||||||
|
|||||||
Reference in New Issue
Block a user