Uh oh!
There was an error while loading. Please reload this page.
Conversation
chore(chart): roll ingestor tag 0.5 → 0.6, bump chart 1.9.0 → 1.9.1
saqlainsyed007
approved these changes
Jul 9, 2026
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release sync: ships the chart 1.9.0 → 1.9.1 batch to
main/ prod. Sole content is the ingestor floating-tag roll to the 0.6 line (#323).Prod effect: jobs-manager spawns each ingestion Job by
images.ingestor.tag(imagePullPolicy=Always, empty digest = floating), so once this reaches prod the next ingestion submit auto-rolls toghcr.io/tracebloc/ingestor:0.6(→sha256:be42a384…055e8, multi-arch amd64+arm64).Brings to prod ingestion: case/whitespace label-column resolution (data-ingestors#340), UTF-8 BOM header handling (#338), and the machine-readable layout contract (#347).
Related
Contains #323. Closes#322.
Type of change
Test plan
:0.6verified as a multi-arch index resolving to the v0.6.0 release digest before the tag roll.Deployment notes
Floating-tag roll — no digest pin. Future 0.6.x patches auto-track; a later 0.7 will require moving the tag again.
🤖 Generated with Claude Code
Note
Medium Risk
Changes which ingestor image runs for every ingestion Job in prod; behavior is intentional but affects data ingestion correctness and compatibility.
Overview
Chart release 1.9.0 → 1.9.1 rolls the default spawned ingestor image from the 0.5 to the 0.6 floating tag (
ghcr.io/tracebloc/ingestor:0.6), with matching template fallbacks and Helm unit test expectations.After deploy, jobs-manager still spawns ingestion Jobs with an empty digest and
imagePullPolicy=Always, so new submits resolve the current 0.6.x image (including label-column normalization and UTF-8 BOM header fixes noted in values comments). values.yaml comments were updated to document the 0.6 line and avoid submit-vs-run task-catalog drift.No digest pin — future 0.6.x patches auto-track until the tag is bumped again for a new minor line.
Reviewed by Cursor Bugbot for commit 4423f2b. Bugbot is set up for automated code reviews on this repo. Configure here.