litellm/helm
yuneng-jiang a7397b2459
fix(helm): render nodeSelector on the migrations job (#36747)
The template rendered affinity and tolerations but never nodeSelector, so a
values file that pinned the chart to a node pool got the gateway and every
subchart placed correctly while the migration Job silently fell through to
whatever the cluster's default pool was.

That is worse than an outright failure. On EKS Auto Mode the default pool hands
out 3 GiB nodes and the migration container needs roughly 3.6 GB, so the Job
was OOM-killed on a pool it was never meant to run on, while the values file
that would have placed it on a large enough node looked correct.

The new test fails against the old template with "unknown path
spec.template.spec.nodeSelector".
2026-08-13 00:41:36 -07:00
..
litellm fix(helm): give gateway and backend probes an explicit timeoutSeconds (#35497) 2026-08-01 21:13:17 +00:00
litellm-helm fix(helm): render nodeSelector on the migrations job (#36747) 2026-08-13 00:41:36 -07:00