From c1cfcded238a9be1097b17a63fb0ad036818d56d Mon Sep 17 00:00:00 2001 From: jedarden Date: Thu, 25 Jun 2026 05:44:29 -0400 Subject: [PATCH] fix(k8s): update acb-index-builder to latest image with OOMKill fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pod was CrashLoopBackOff for 45 days because it was running an outdated image without the LIMIT clause fixes added in June. Updated to the latest image digest which includes: - LIMIT on fetchSeriesGames query (ca48b60) - LIMIT on fetchRecentMatchIds query (68b7864) - O(n²) iteration fix in generateBotProfiles (7befe51) - Other OOMKill prevention fixes This should resolve the silent crash after web asset copy. --- manifests/acb-index-builder-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/acb-index-builder-deployment.yml b/manifests/acb-index-builder-deployment.yml index 26ece13..7044b27 100644 --- a/manifests/acb-index-builder-deployment.yml +++ b/manifests/acb-index-builder-deployment.yml @@ -39,7 +39,7 @@ spec: restartPolicy: Always containers: - name: index-builder - image: ronaldraygun/acb-index-builder@sha256:a19c311f0166f2cb969d389a56dc7c9ed4a5c6913c6b4c9a817fb18de078c469 + image: ronaldraygun/acb-index-builder@sha256:88db4dd226a548c8f6cb501e7b4e2c72d46fe032c2248b286f93585fb91818ee imagePullPolicy: Always env: - name: ACB_POSTGRES_HOST