From d749434c55f013555ef11a645c21e225112840ee Mon Sep 17 00:00:00 2001 From: yxxhero Date: Mon, 8 Jun 2026 17:46:32 +0800 Subject: [PATCH] Update GPG key fingerprint in README Signed-off-by: yxxhero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99fe1660..a460470f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The install script will skip the GitHub download and instead install from the `. 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`: ```shell -gpg --keyserver hkps://keys.openpgp.org --recv-keys +gpg --keyserver hkps://keys.openpgp.org --recv-keys 6D1B9CFF340869384450267300A28D1CC7CD8D7A helm plugin install https://github.com/databus23/helm-diff ```