Skip to content

Commit b9b3e9c

Browse files
Copilotyxxhero
andcommitted
Add Helm 4 installation tips with --verify=false flag
Co-authored-by: yxxhero <[email protected]>
1 parent 301c011 commit b9b3e9c

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)