Uh oh!
There was an error while loading. Please reload this page.
Conversation
…331) * chore(ingestor): roll floating tag 0.6 → 0.7 for prod (client#330) data-ingestors 0.7.0 is released (multi-arch ghcr :0.7, PyPI, GitHub Release v0.7.0). Move the ingestor pin so spawned ingestion Jobs pick up 0.7 — tabular schema-inference rules (data-ingestors#349), the semseg mask_id contract (#358), and the minimum-image-size floor (#348). TSC (#359) was deferred and is not in 0.7.0. Standard 3-spot bump (digest stays "" = floating, auto-rolls on next submit; :0.7 is multi-arch so ingestor-multiarch CI passes): - client/values.yaml images.ingestor.tag 0.6 → 0.7 (+ rationale comment) - jobs-manager-deployment.yaml INGESTOR_IMAGE_TAG default 0.6 → 0.7 so a --reuse-values upgrade can't revert prod to the stale line - jobs_manager_test.yaml default-tag golden 0.6 → 0.7 (the 0.4 override-test assertion is unchanged) helm-unittest: 267/267 pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * chore(chart): bump client 1.9.2 → 1.9.3 (version + appVersion) The ingestor 0.6 → 0.7 tag roll needs a new chart version to publish and reach prod — the chart releases on a GitHub Release → gh-pages package that fleet auto-upgrade consumes, so an unchanged version wouldn't ship. Same bundling as the 0.5 → 0.6 rollout (#323, which bumped 1.9.0 → 1.9.1). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
LukasWodka
approved these changes
Jul 10, 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.
Promotes
develop→mainto ship chart 1.9.3, which rolls the spawned ingestor to the 0.7 line.Single commit ahead of main:
images.ingestor.tag0.6 → 0.7 + bump chart 1.9.2 → 1.9.3 (ticket client#330)Ships data-ingestors 0.7.0 to prod: tabular schema-inference rules (data-ingestors#349), semseg mask_id contract (#358), minimum-image-size floor (#348). TSC #359 deferred (not in 0.7.0).
After merge: cut a GitHub Release for 1.9.3 to trigger
release-helm-chart.yaml(gh-pages package) → fleet auto-upgrade rolls prod.:0.7is multi-arch;digeststays floating so ingestion Jobs auto-resolve the current image.Note
Medium Risk
Ships a new default ingestor minor line to production ingestion Jobs; behavior changes in data processing paths though the rollout mechanism (floating tag, no digest pin) is unchanged.
Overview
Chart 1.9.2 → 1.9.3 (
version/appVersioninChart.yaml) for a production fleet rollout after merge and GitHub release.Default ingestor line 0.6 → 0.7:
images.ingestor.taginvalues.yaml, theINGESTOR_IMAGE_TAGfallback injobs-manager-deployment.yaml, and the Helm unit test expectation are aligned so jobs-manager spawns ingestion Jobs on the 0.7 float tag (digest still empty →Alwayspull behavior unchanged). Comments invalues.yamlare updated to document 0.7 capabilities (tabular schema inference, semsegmask_id, minimum image size) and the submit-vs-run drift rationale.No new values keys or template logic beyond the version and tag defaults.
Reviewed by Cursor Bugbot for commit 490d933. Bugbot is set up for automated code reviews on this repo. Configure here.