From 301c011cf724e6f022d204d668b613c894e0aaef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:53:23 +0000 Subject: [PATCH 1/2] Initial plan From b9b3e9cfea7196093888a914d56d30a3f740b241 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:58:52 +0000 Subject: [PATCH 2/2] Add Helm 4 installation tips with --verify=false flag Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d7e91240..c9839acf 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,19 @@ revisions/versions of your helm release. helm plugin install https://github.com/databus23/helm-diff ``` +**For Helm 4 users:** + +Helm 4 requires plugin verification by default. Since this plugin does not yet provide provenance artifacts, you need to use the `--verify=false` flag: + +```shell +helm plugin install https://github.com/databus23/helm-diff --verify=false +``` + +For more information about Helm 4's plugin verification, see: +- [Helm 4 Overview](https://helm.sh/docs/overview) +- [HIP-0026: Plugin Provenance](https://github.com/helm/community/blob/main/hips/hip-0026.md) +- [Helm Provenance Documentation](https://helm.sh/docs/topics/provenance/) + ### Pre Helm 2.3.0 Installation Pick a release tarball from the [releases](https://github.com/databus23/helm-diff/releases) page.