This commit is contained in:
pat-s 2023-05-05 10:32:51 +02:00
parent 11a9400d76
commit d0e62b9979
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -28,6 +28,7 @@ jobs:
passphrase: ${{ secrets.GPGSIGN_PASSPHRASE }}
fingerprint: CC64B1DB67ABBEECAB24B6455FC346329753F4B0
# Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843
- name: package chart
run: |
# FIXME: use upstream after https://github.com/technosophos/helm-gpg/issues/1 is solved