-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
Description
📝 Documentation Update Needed
A pull request was recently merged that may require documentation updates.
Source PR
- Repository: kubestellar/kubeflex
- PR: 🐛 Restore stripping of leading "v" from container image tag kubeflex#590
- Merged: 2025-12-15T14:55:10Z
PR Summary
This PR restores the stripping of a leading "v" from the image tag in the Makefile target chart. This fix was needed because the GitHub workflow passes a tag with a leading "v" but the controller-manager container image tag does not include it. The stripping functionality was erroneously removed in PR #519.
Changes Overview
- Restored the
sedcommand in the Makefile to strip leading "v" from image tags during chart creation - Fixes the chart generation process to properly handle version tags in the release workflow
- Resolves issue Simplified Chinese Translation Audit + Fix: Accuracy and Completeness #588 related to Helm chart image tag mismatches
Files Changed
1 file changed with minimal additions/deletions to the Makefile
Action Required: The technical documentation writer agent will review this PR and identify specific documentation pages that need updates, then create a PR with the necessary changes.
/cc @technical-doc-writer
AI generated by scan-merged-prs