From 01605b4947444741c76431236f371e310b1e64e3 Mon Sep 17 00:00:00 2001 From: AWOOOI CD Date: Sat, 11 Jul 2026 04:51:49 +0800 Subject: [PATCH] chore(cd): deploy 0660813 [skip ci] --- k8s/awoooi-prod/06-deployment-api.yaml | 4 ++-- k8s/awoooi-prod/kustomization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/awoooi-prod/06-deployment-api.yaml b/k8s/awoooi-prod/06-deployment-api.yaml index afd0cba80..37ba988da 100644 --- a/k8s/awoooi-prod/06-deployment-api.yaml +++ b/k8s/awoooi-prod/06-deployment-api.yaml @@ -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: "262c9c8a7e2e65047fa79798e2af955d65914316" + value: "066081378180de43e9455c931cd7f1f506bf536c" - 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: "262c9c8a7e2e65047fa79798e2af955d65914316" + value: "066081378180de43e9455c931cd7f1f506bf536c" - 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 8a2636832..1b4ac520e 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: 262c9c8a7e2e65047fa79798e2af955d65914316 + newTag: 066081378180de43e9455c931cd7f1f506bf536c - name: 192.168.0.110:5000/library/web:IMAGE_TAG_PLACEHOLDER newName: 192.168.0.110:5000/awoooi/web - newTag: 262c9c8a7e2e65047fa79798e2af955d65914316 + newTag: 066081378180de43e9455c931cd7f1f506bf536c