-
Notifications
You must be signed in to change notification settings - Fork 68
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. The stripping is needed because the goreleaser workflow uses tags with a leading "v" but the controller-manager container image tag does not include it. This functionality was accidentally removed in PR #519.
Changes Overview
- Restored Makefile logic to strip leading "v" from container image tags
- Fixed inconsistency between GitHub release tag format (with "v") and container image tag format (without "v")
- Resolves issue that prevented proper chart generation during releases
Files Changed
1 file changed (Makefile), minimal additions/deletions for the tag stripping logic restoration
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