Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 27, 2025

Fix Helm Chart Release CI

The Helm chart CI is broken due to the updated action bjw-s-labs/helm-charts-actions version 2025.10.0.

Root Cause

The action bjw-s-labs/helm-charts-actions/[email protected] no longer exists. The repository was restructured in version 2025.10.0, and the collect-charts subdirectory was removed.

Solution

Reverted the action version from 2025.10.0 to 2025.2.0, which is the last stable version that includes the collect-charts action.

Changes Made

  • Identify the issue with the action version
  • Determined that 2025.10.0 removed the collect-charts action
  • Updated .github/workflows/charts-release.yaml to use version 2025.2.0
  • Verified this is the only workflow using this action
Original prompt

This section details on the original issue you should resolve

<issue_title>fix: Helm chart release CI</issue_title>
<issue_description></issue_description>

<agent_instructions>The helm chart CI is currently broken, due to the updated action which should be fixed.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@samip5 samip5 marked this pull request as ready for review October 27, 2025 10:12
@samip5 samip5 changed the title [WIP] Fix broken Helm chart release CI fix: broken Helm chart release CI Oct 27, 2025
@samip5 samip5 merged commit b50aa38 into master Oct 27, 2025
@samip5 samip5 deleted the copilot/fix-helm-chart-ci branch October 27, 2025 10:13
Copilot AI requested a review from samip5 October 27, 2025 10:13
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.

fix: Helm chart release CI

2 participants