Update GPG key reference in Helm package command to use specific signing key
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 14s

This commit is contained in:
Florian Weber 2025-05-12 23:04:25 +02:00
parent be91c9677a
commit fe12222722
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -57,7 +57,7 @@ jobs:
helm package "$CHART_DIR" \
--version "$CHART_VERSION" \
--sign \
--key "$GPG_KEY_ID" \
--key "Morlana Signing" \
--keyring /tmp/gpgring/secring.gpg \
--passphrase-file /tmp/gpgring/passphrase.txt