Context
tracebloc/data-ingestors v0.3.1 released today (release notes, tracked in data-ingestors#120) carrying two real bug fixes:
- data-ingestors#108 — copy
tokenizer.json to training pod for MLM datasets. Without it the client fell back to bert-base-uncased (vocab=30522), exceeding user models' nn.Embedding and crashing training with a CUDA device-side assert.
- data-ingestors#119 — close YAML-vs-template parity gaps in per-category metadata (tabular
number_of_columns, keypoint target_size / number_of_keypoints, tabular na_values).
The chart's images.ingestor.digest in client/values.yaml is still pinned to v0.3.0's sha (sha256:463e236748708a5e3564569eec9173ea8cb3bcf515992d4939c5b610f3807a4a). Per the comment block on that field, the pin is the baseline digest for greenfield installs — ongoing clusters get the upgrade via the image-refresh CronJob, but new deployments and the chart-stamped fallback need explicit bumps.
New digest: sha256:a0861ea9fbf4653279351ee30af9ebe2b75fcacd391923b681631312f4a85ee4.
Scope
client/values.yaml — update images.ingestor.digest to the v0.3.1 sha and refresh the explanatory comment to reference the v0.3.1 fixes.
client/Chart.yaml — bump version 1.4.0 → 1.4.1 (and appVersion).
Out of scope
Context
tracebloc/data-ingestors v0.3.1released today (release notes, tracked in data-ingestors#120) carrying two real bug fixes:tokenizer.jsonto training pod for MLM datasets. Without it the client fell back tobert-base-uncased(vocab=30522), exceeding user models'nn.Embeddingand crashing training with a CUDA device-side assert.number_of_columns, keypointtarget_size/number_of_keypoints, tabularna_values).The chart's
images.ingestor.digestinclient/values.yamlis still pinned to v0.3.0's sha (sha256:463e236748708a5e3564569eec9173ea8cb3bcf515992d4939c5b610f3807a4a). Per the comment block on that field, the pin is the baseline digest for greenfield installs — ongoing clusters get the upgrade via the image-refresh CronJob, but new deployments and the chart-stamped fallback need explicit bumps.New digest:
sha256:a0861ea9fbf4653279351ee30af9ebe2b75fcacd391923b681631312f4a85ee4.Scope
client/values.yaml— updateimages.ingestor.digestto the v0.3.1 sha and refresh the explanatory comment to reference the v0.3.1 fixes.client/Chart.yaml— bump version1.4.0→1.4.1(andappVersion).Out of scope
1.4.1(this PR's bump) to1.4.2after this lands. Sequencing nuisance, not a blocker.