Skip to content

Fix yq expression#182

Merged
jkremser merged 2 commits intomainfrom
fix-pipeline-4-artifacthub
Oct 7, 2025
Merged

Fix yq expression#182
jkremser merged 2 commits intomainfrom
fix-pipeline-4-artifacthub

Conversation

@jkremser
Copy link
Member

@jkremser jkremser commented Oct 7, 2025

No description provided.

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
@jkremser jkremser requested a review from a team as a code owner October 7, 2025 13:15
@zroubalik zroubalik requested a review from Copilot October 7, 2025 14:13
Copy link
Contributor

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 a yq expression in the GitHub workflow for releasing charts. The changes consolidate multiple yq operations into a single command and switch from GitHub Actions environment variable syntax to shell variable syntax.

  • Simplified yq command execution by combining version and createdAt updates into a single expression
  • Replaced GitHub Actions environment variable syntax (${{ env.current_tag }}) with shell variable syntax (${current_tag#v})
  • Added shell variable assignment for the version value with the 'v' prefix stripped

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jkremser jkremser merged commit 0acf2d4 into main Oct 7, 2025
3 checks passed
@jkremser jkremser deleted the fix-pipeline-4-artifacthub branch October 7, 2025 15:02
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