Skip to content

fix(ci): simplify helmchart version stamping with inline sed#28

Merged
aa-replicated merged 1 commit into
mainfrom
fix/helmchart-sed-inline
Apr 11, 2026
Merged

fix(ci): simplify helmchart version stamping with inline sed#28
aa-replicated merged 1 commit into
mainfrom
fix/helmchart-sed-inline

Conversation

@aa-replicated
Copy link
Copy Markdown
Owner

Summary

  • Adds chartVersion: "0.0.0" placeholder to helmchart.yaml (field was missing entirely, so the previous sed -i was silently doing nothing)
  • Replaces the cp + sed -i two-step with a single sed redirect in both workflows
  • Uses chartVersion: .* regex instead of matching the empty string, so it works regardless of the placeholder value

🤖 Generated with Claude Code

Replaces the cp + sed -i two-step with a single sed redirect that
writes the stamped file directly to release/. Also adds chartVersion
to helmchart.yaml (was missing entirely) with a 0.0.0 placeholder
that CI overwrites at build time.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@aa-replicated aa-replicated merged commit 6ac8654 into main Apr 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant