appany / helm-oci-chart-releaser

Push Helm Charts to OCI-based registries
MIT License
59 stars 13 forks source link

Add option to sign the Helm package #18

Open mrsimonemms opened 2 weeks ago

mrsimonemms commented 2 weeks ago

Allow signing of Helm packages with a GPG key

Fixes #17

To test, take a look at this repo which has two Actions with a signed and unsigned example using GHCR

Feedback welcome.