fix(ci): pin helm-unittest plugin version and bump chart-testing-action#1834
Conversation
The helm-unittest plugin install was failing with: error unmarshaling JSON: while decoding JSON: json: unknown field "platformHooks" Pin helm-unittest to v1.0.3 and bump chart-testing-action to v2.8.0.
There was a problem hiding this comment.
Pull request overview
This PR fixes a CI failure in the Helm workflow caused by an incompatible change in the latest helm-unittest plugin release. The fix pins the helm-unittest plugin to a stable version and updates the chart-testing-action to a newer version.
Changes:
- Pins helm-unittest plugin to version 1.0.3 to avoid breaking changes in newer releases
- Updates chart-testing-action from v2.6.1 to v2.8.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Description
The
Install Helm Unit Test Pluginstep in the Helm CI workflow is failing with:This is caused by an incompatible change in the latest helm-unittest plugin release. This PR:
helm-unittestto v1.0.3 to avoid the breakingplatformHooksfieldhelm/chart-testing-actionfrom v2.6.1 to v2.8.0Checklist