You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** Helm v4 enforces plugin signature verification by default. Once a signed
34
-
> release is published (with `.prov` files), `--verify=false` will no longer be needed.
35
-
> To verify manually, import the [public key](helm-map.pub) and check the `.prov` files
36
-
> attached to each GitHub Release.
30
+
Pre-built binaries are downloaded automatically for Linux, macOS, and Windows (amd64/arm64).
31
+
If no binary is available for your platform, the installer falls back to building from source (requires Go 1.22+).
37
32
38
33
### Build from source
39
34
@@ -49,7 +44,7 @@ make install-local
49
44
| Helm Version | Status | Notes |
50
45
|---|---|---|
51
46
| v3.18+ | Tested | Full support |
52
-
| v4.1+ | Tested |Requires `--verify=false` until signed releases are published|
47
+
| v4.1+ | Tested |Full support|
53
48
54
49
## Usage
55
50
@@ -139,18 +134,23 @@ make cover
139
134
140
135
## Release Signing
141
136
142
-
Releases are signed with GPG. Each `.tar.gz`archive has a corresponding `.prov` signature file.
137
+
All release archives are signed with GPG. Each `.tar.gz` has a corresponding `.prov` signature file and SHA-256 checksums are verified automatically by the install script.
0 commit comments