Skip to content

Conversation

@emsearcy
Copy link
Contributor

@emsearcy emsearcy commented Nov 26, 2025

We define HELM_VERSION wrong across different LFX v2 workflows, but this was the first one to try and actually use it, and our format was wrong for this job.

See: https://github.com/linuxfoundation/lfx-public-workflows/blob/main/.github/actions/helm-chart-oci-publisher/action.yml#L37-L40 (default has no "v" prefix)

We define HELM_VERSION wrong across different LFX v2 workflows, but this
was the first one to try and actually use it, and our format was wrong
for this job.

Signed-off-by: Eric Searcy <[email protected]>
@emsearcy emsearcy requested a review from a team as a code owner November 26, 2025 23:20
Copilot AI review requested due to automatic review settings November 26, 2025 23:20
Copilot finished reviewing on behalf of emsearcy November 26, 2025 23:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the format of the HELM_VERSION environment variable by removing the v prefix, changing it from v4.0.1 to 4.0.1. This correction ensures compatibility with the helm-chart-oci-publisher action used in the workflow, which expects the version without the prefix.

Key changes:

  • Corrected HELM_VERSION format from v4.0.1 to 4.0.1 to match the expected input format for helm-chart-oci-publisher

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@emsearcy emsearcy merged commit 5a99d6b into main Nov 26, 2025
9 checks passed
@emsearcy emsearcy deleted the fix-helm-version branch November 26, 2025 23:29
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.

3 participants