fix(k8s): update acb-index-builder to latest image with OOMKill fixes
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.
This commit is contained in:
parent
ca48b60434
commit
c1cfcded23
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue