This repository was archived by the owner on Aug 5, 2026. It is now read-only.
fix(ci): refresh the cdc-template golden in the chart auto-bump (so cdc bumps merge, not close) - #27
Merged
Merged
Conversation
The bump-consumer-chart-image automation did a tag-only `yq` bump of cdc.image.tag and never refreshed hack/golden/cdc-runtime-template.yaml, which snapshots that tag. So every auto-bump PR failed the chart's cdc-template check and was closed unmerged (cdc-image-1.3.6/1.3.12/1.3.15 = krateoplatformops#68/krateoplatformops#76/krateoplatformops#101) — the pin only ever advanced via manual bumps. Install helm and run ./hack/verify-cdc-template.sh --update alongside the bump (git add -A), so auto-bump PRs land green and mergeable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The
bump-consumer-chart-imageautomation did a tag-onlyyqbump ofcdc.image.tagand never refreshedhack/golden/cdc-runtime-template.yaml— which snapshots that tag. So every auto-bump PR failed the chart'scdc-templatecheck and was closed unmerged (cdc-image-1.3.6/1.3.12/1.3.15= krateoplatformops#68/krateoplatformops#76/krateoplatformops#101 in the chart repo); the pin only ever advanced via manual bumps (e.g. chart#102).This installs helm and runs
./hack/verify-cdc-template.sh --updatealongside the bump (git add -A), so auto-bump PRs land green and mergeable.Validated end-to-end on the next CDC release; the golden refresh is guarded (
if [ -f hack/verify-cdc-template.sh ]) so it degrades gracefully if the script ever moves.🤖 Generated with Claude Code