Skip to content

fix: update GPG key and legacy keyring export for chart signing#34

Merged
1 commit merged into
start-codex:mainfrom
llulioscesar:main
Nov 30, 2025
Merged

fix: update GPG key and legacy keyring export for chart signing#34
1 commit merged into
start-codex:mainfrom
llulioscesar:main

Conversation

@llulioscesar
Copy link
Copy Markdown
Member

Summary

  • Update GPG key with new fingerprint
  • Fix Helm signing by exporting GPG key to legacy format (secring.gpg)
  • Update public-key.asc with new public key

Changes

  • Chart.yaml: Updated fingerprint to 35D9AD8B98D2FB5AF685CABA019335D0A0561140
  • public-key.asc: New GPG public key
  • .github/workflows/release.yml: Export GPG key to legacy format required by Helm

Why

Helm requires GPG keyring in legacy format (.gpg), not the new GnuPG v2 format (kbx). The workflow now exports keys to ~/.gnupg/secring.gpg before
signing.

@ghost ghost merged commit 4f3c04a into start-codex:main Nov 30, 2025
8 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant