diff --git a/k8s/awoooi-prod/06-deployment-api.yaml b/k8s/awoooi-prod/06-deployment-api.yaml index c9dedd722..61d3e5564 100644 --- a/k8s/awoooi-prod/06-deployment-api.yaml +++ b/k8s/awoooi-prod/06-deployment-api.yaml @@ -79,12 +79,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: "96b38fb17a54ec75a9337f1aae24e472ebe0cf5d" + value: "17171e1027a6607c7d51fc069d8b19e761756ea9" - 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: "96b38fb17a54ec75a9337f1aae24e472ebe0cf5d" + value: "17171e1027a6607c7d51fc069d8b19e761756ea9" - name: DATABASE_POOL_SIZE # 2026-07-01 Codex: production role `awoooi` currently has a low # connection limit. Keep API pool conservative until DB role diff --git a/k8s/awoooi-prod/kustomization.yaml b/k8s/awoooi-prod/kustomization.yaml index 850ade5b7..5b4ebc76f 100644 --- a/k8s/awoooi-prod/kustomization.yaml +++ b/k8s/awoooi-prod/kustomization.yaml @@ -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: 96b38fb17a54ec75a9337f1aae24e472ebe0cf5d + newTag: 17171e1027a6607c7d51fc069d8b19e761756ea9 - name: 192.168.0.110:5000/library/web:IMAGE_TAG_PLACEHOLDER newName: 192.168.0.110:5000/awoooi/web - newTag: 96b38fb17a54ec75a9337f1aae24e472ebe0cf5d + newTag: 17171e1027a6607c7d51fc069d8b19e761756ea9