Skip to content

Pin client chart's ingestor digest to v0.3.1 #160

@saadqbal

Description

@saadqbal

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.01.4.1 (and appVersion).

Out of scope

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions