Skip to content

Commit 63d171b

Browse files
committed
Update Helm 4 install instructions for provenance verification
Signed-off-by: yxxhero <aiopsclub@163.com>
1 parent 0cc6dfc commit 63d171b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ The install script will skip the GitHub download and instead install from the `.
4343

4444
**For Helm 4 users:**
4545

46-
Helm 4 verifies plugin provenance by default. This project publishes GPG-signed provenance artifacts (`.prov`) alongside release tarballs. To verify, import the project's public key into your keyring before running `helm plugin install`:
46+
Helm 4 verifies plugin provenance by default. This project publishes GPG-signed provenance artifacts (`.prov`) alongside release tarballs. To verify, import the project's public key into your keyring and install from a direct tarball URL (git repo URLs do not support provenance verification):
4747
4848
```shell
4949
gpg --keyserver hkps://keys.openpgp.org --recv-keys 6D1B9CFF340869384450267300A28D1CC7CD8D7A
50-
helm plugin install https://github.com/databus23/helm-diff
50+
helm plugin install https://github.com/databus23/helm-diff/releases/latest/download/helm-diff-linux-amd64.tgz
5151
```
5252
5353
For offline/airgapped environments, download the public key from the GitHub release assets on a connected machine, transfer it, and import it locally:

0 commit comments

Comments
 (0)