Skip to content

Commit 3ec2138

Browse files
Copilotyxxhero
andauthored
Add Helm 4 installation instructions with --verify=false flag (#887)
* Initial plan * Add Helm 4 installation tips with --verify=false flag Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
1 parent 08fc8ca commit 3ec2138

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ revisions/versions of your helm release.
2121
helm plugin install https://github.com/databus23/helm-diff
2222
```
2323

24+
**For Helm 4 users:**
25+
26+
Helm 4 requires plugin verification by default. Since this plugin does not yet provide provenance artifacts, you need to use the `--verify=false` flag:
27+
28+
```shell
29+
helm plugin install https://github.com/databus23/helm-diff --verify=false
30+
```
31+
32+
For more information about Helm 4's plugin verification, see:
33+
- [Helm 4 Overview](https://helm.sh/docs/overview)
34+
- [HIP-0026: Plugin Provenance](https://github.com/helm/community/blob/main/hips/hip-0026.md)
35+
- [Helm Provenance Documentation](https://helm.sh/docs/topics/provenance/)
36+
2437
### Pre Helm 2.3.0 Installation
2538
Pick a release tarball from the [releases](https://github.com/databus23/helm-diff/releases) page.
2639

0 commit comments

Comments
 (0)