Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 21, 2025

Helm 4 requires plugin verification by default. Installation fails without --verify=false since this plugin doesn't provide provenance artifacts yet.

Changes

  • Added Helm 4 installation section with --verify=false flag requirement
  • Included links to Helm 4 verification and provenance documentation
# Helm 4 users must use:
helm plugin install https://github.com/databus23/helm-diff --verify=false
Original prompt

This section details on the original issue you should resolve

<issue_title>Helm 4 Plugin Install requires provenance or --verify=false</issue_title>
<issue_description>Using Helm 4, helm plugin install https://github.com/databus23/helm-diff fails:

$ helm plugin install https://github.com/databus23/helm-diff
Error: plugin source does not support verification. Use --verify=false to skip verification

The workaround is obvious, but perhaps either the README should be updated with --verify=false or the releases should be update to create appropriate provenance artifacts.

See Also

<agent_instructions>add tips in readme.md</agent_instructions>

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

@yxxhero @rrrix got it.

💡 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.

Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README to include --verify=false tip for Helm 4 plugin Add Helm 4 installation instructions with --verify=false flag Nov 21, 2025
Copilot finished work on behalf of yxxhero November 21, 2025 13:00
Copilot AI requested a review from yxxhero November 21, 2025 13:00
@yxxhero yxxhero marked this pull request as ready for review November 21, 2025 13:02
@yxxhero yxxhero merged commit 3ec2138 into master Nov 21, 2025
4 checks passed
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.

Helm 4 Plugin Install requires provenance or --verify=false

2 participants