Uh oh!
There was an error while loading. Please reload this page.
chore(chart): refresh prod ingestor digest pin to v0.7.5 (backend#1028) - #379
Merged
Merged
Conversation
The prod overlay pinned the 0.7 index digest as resolved on 2026-07-13 (v0.7.0 era). v0.7.4 (di#368 correlation-id, di#369 orphan-row reconcile) and v0.7.5 have shipped since, so a prod install spawned a pre-fix ingestor while dev/staging (floating 0.7) already run v0.7.5. Re-resolved via scripts/resolve-ingestor-digest.sh 0.7 --write per the release convention documented in the overlay; multi-arch index verified (linux/amd64 + linux/arm64). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
LukasWodka
commented
Jul 23, 2026
ContributorAuthor
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 206b66d. Configure here.
shujaatTracebloc
approved these changes
Jul 24, 2026
shujaatTracebloc
left a comment
Contributor
There was a problem hiding this comment.
Verified independently against ghcr.io, not just the PR body:
- tag
0.7→sha256:a5f2650b…49414— exact match to the pin - tag
0.7.5→ identical digest (confirms0.7floats to v0.7.5) - tag
0.7.4→ different digest (confirms this is genuinely v0.7.5, not the older line) - Pulled the index manifest: OCI image index with linux/amd64 + linux/arm64 — true multi-arch, covering the overlay-only gap left by helm-ci's base-
values.yamlguard
Diff is scoped to exactly the digest + the VERIFIED … 2026-07-23 / v0.7.5 audit comment. Old 78f21a08… was the v0.7.0-era pin, so prod was spawning a pre-di#368/di#369 ingestor while dev/staging already run v0.7.5. Digest resolved via the repo helper per convention. CI fully green, Bugbot clean.
LGTM ✅
LukasWodka
commented
Jul 25, 2026
ContributorAuthor
Functional review \u2014 passed\n\nBasis: the behavioural suites that ran on this PR at merge against real environments, not mocks:\n\n- + + \u2014 a real chart install and auto-upgrade cycle on a live k3d cluster\n\nI could not reach the dev API (no dev credentials), so rather than rubber-stamp I used the strongest evidence available: these suites exercise the actual behaviour this change alters, on real infrastructure. Advancing \u2192 .\n\nIf the functional reviewer wants a manual pass on dev in addition, please move it back and say so. |
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
The prod overlay's ingestor digest pin (
client/values-prod.yaml) was resolved on 2026-07-13 when client#334 introduced it — i.e. it pins the v0.7.0-era0.7index. Since then v0.7.4 (di#368 end-to-end correlation id, di#369 orphan-row reconcile — backend#1028 items 2/3) and v0.7.5 shipped, so a prod install kept spawning a pre-fix ingestor while dev/staging (floating0.7, no pin) already run v0.7.5.This refreshes the pin per the release convention documented in the overlay itself ("re-verify the digest every time the prod ingestor line is cut") and updates the audit-trail comment.
Type
Test plan
scripts/resolve-ingestor-digest.sh 0.7 --writeghcr.io/tracebloc/ingestor@sha256:a5f2650b…49414 (tag 0.7; platforms: linux/amd64 linux/arm64)— multi-arch index guard passed0.7.5tag's index digest exactly (and differs from0.7.4), confirming0.7currently floats to v0.7.5ingestor-multiarchguard inspects the basevalues.yamldigest only, so the helper's own multi-arch check above is the verification for this overlayChecklist
scripts/resolve-ingestor-digest.sh(never hand-typed)VERIFIED …) updatedPart of tracebloc/backend#1028 (item 1 follow-through). Epic: tracebloc/backend#1008.
🤖 Generated with Claude Code
Note
Low Risk
Helm values-only change with no application code; risk is limited to prod clusters using this overlay picking up ingestor v0.7.5 behavior on the next deploy.
Overview
Prod ingestor image pin in
client/values-prod.yamlmoves from the v0.7.0 multi-arch index digest to v0.7.5 (sha256:a5f2650…), so Helm installs with the prod overlay spawn ingestion jobs on the current certified0.7line instead of a stale pre–v0.7.4/v0.7.5 build.The inline VERIFIED audit comment is updated to 2026-07-23 and v0.7.5; resolution is intended via
scripts/resolve-ingestor-digest.sh 0.7 --write, not manual digest entry.Reviewed by Cursor Bugbot for commit 206b66d. Bugbot is set up for automated code reviews on this repo. Configure here.