features icon indicating copy to clipboard operation
features copied to clipboard

Refactor Helm installation script to use local GPG keys file

Open KarstenB opened this issue 1 month ago • 0 comments

  • Removed the download of GPG keys from GitHub.
  • Eliminated the function for checking reachable GPG key servers.
  • Updated the script to copy a local KEYS file instead.

This approach eliminates pgp.com server down issue like #1272 and can sometimes improve build performance. The only downside is that the KEYS file needs to be updated when upstream updates it. But a quick check of https://github.com/helm/helm/commits/main/KEYS shows that those are very infrequent.

KarstenB avatar Dec 12 '25 13:12 KarstenB