0Pricing
Helm Academy · Lesson

Signing a Chart with helm package --sign

Producing a .prov file with your GPG key.

Signing at Package Time

You sign a chart in the same step that packages it. Adding --sign to helm package produces both the .tgz and its .prov together.

helm package --sign ./mychart

You Need a GPG Key First

Signing requires a private GPG key. If you do not have one, generate it with gpg before you ever try to sign a chart.

gpg --full-generate-key

All lessons in this course

  1. What a Provenance File Guarantees
  2. Signing a Chart with helm package --sign
  3. Verifying with helm verify and --verify
  4. Keyless Signing with Sigstore Cosign
← Back to Helm Academy