Skip to content

[Doc Update] 🐛 Restore stripping of leading "v" from container image tag #420

@github-actions

Description

@github-actions

📝 Documentation Update Needed

A pull request was recently merged that may require documentation updates.

Source PR

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions