Skip to content
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
braghettos merged 1 commit into
mainfrom
fix/cdc-bump-refresh-golden
Aug 1, 2026
Merged

fix(ci): refresh the cdc-template golden in the chart auto-bump (so cdc bumps merge, not close)#27
braghettos merged 1 commit into
mainfrom
fix/cdc-bump-refresh-golden

Conversation

@braghettos

Copy link
Copy Markdown
Collaborator

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 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 --update alongside 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

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>
@braghettos
braghettos merged commit 234ce44 into main Aug 1, 2026
3 checks passed
@braghettos
braghettos deleted the fix/cdc-bump-refresh-golden branch August 1, 2026 18:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant