chore(#184): pin greenfield ingestor baseline to v0.3.2#185
Merged
Conversation
Bump images.ingestor.digest a0861ea9 (v0.3.1) -> d361fa77 (v0.3.2) and client chart 1.4.3 -> 1.4.4. Live clusters already converge to v0.3.2 via image-refresh (float tag 0.3); this updates the chart baseline so greenfield installs start on v0.3.2. Mirrors #161. v0.3.2 carries data-ingestors#139 (MLM tokenizer fix, relaxed PascalVOC difficult flag, reserved-id guard) and the first multi-arch ingestor image (amd64 + arm64, #24). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
👋 Heads-up — Code review queue is at 19 / 8 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
divyasinghds
approved these changes
Jun 3, 2026
aptracebloc
approved these changes
Jun 3, 2026
This was referenced Jun 3, 2026
This was referenced Jun 3, 2026
Merged
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 free
to 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
Bumps the greenfield-install baseline for the ingestor image to v0.3.2 so brand-new installs start on it immediately, and bumps the client chart version in lockstep. Live clusters already converge to v0.3.2 on their own via image-refresh (float tag
0.3,autoRefresh: true) — this is the explicit-baseline path only. Mirrors #161 (the v0.3.1 baseline bump).client/values.yamlimages.ingestor.digest:sha256:a0861ea9…(v0.3.1) →sha256:d361fa77…(v0.3.2)client/Chart.yamlversion+appVersion:1.4.3→1.4.4The digest is the cosign-signed image from data-ingestors release v0.3.2.
Related
Closes #184
Type of change
What v0.3.2 carries over v0.3.1
difficultflag, reserved-id guard (closes Sync develop → main for v1.3.5 chart release #137 / Chart publish: include ingestor subchart in release workflow + CI lint #135)Test plan
git diffconfirms only the two intended lines (digest + chart version/appVersion) changed.--reuse-valuesrisk.Deployment notes
No rollout action needed for existing clusters — image-refresh already moves them to v0.3.2 within ~15 min of the image push. This only changes what greenfield installs land on.
Checklist
Note
Low Risk
Config-only digest and chart version bump with no template or auth changes; operational impact is limited to greenfield installs and clusters that run
helm upgradewith a changed pinned digest.Overview
Release packaging only: client chart 1.4.3 → 1.4.4 and the greenfield baseline
images.ingestor.digestfrom v0.3.1 to v0.3.2 (cosign-signed sha256). Thevalues.yamlcomment block is updated to document what v0.3.2 includes (data-ingestors fixes and multi-arch amd64/arm64).This follows the same explicit-baseline pattern as #161: new installs get
INGESTOR_IMAGE_DIGESTfrom the pinned value onhelm install/upgradewhen the chart digest changes. Already-running clusters are unchanged by this PR alone—they keep converging on the float tag0.3through the image-refresh CronJob unless an operator upgrades the chart.No templates, schema keys, or runtime behavior changes beyond which digest greenfield installs start on after upgrade.
Reviewed by Cursor Bugbot for commit 0500f1f. Bugbot is set up for automated code reviews on this repo. Configure here.