Implement plugin source verification to avoid:
Error: plugin source does not support verification. Use --verify=false to skip verification
This needs a provenance (.prov) file, which can be created during package creation with the --sign flag.
helm plugin package --sign --key "<your key identifier>" --keyring ~/.gnupg/secring.gpg <yout chart></
and verify the plugin:
helm plugin verify <your chart>.tgz
But since we are using goreleaser at the moment:
https://goreleaser.com/ci/actions/#workflow
https://goreleaser.com/customization/sign/
Implement plugin source verification to avoid:
Error: plugin source does not support verification. Use --verify=false to skip verificationThis needs a provenance (.prov) file, which can be created during package creation with the --sign flag.
helm plugin package --sign --key "<your key identifier>" --keyring ~/.gnupg/secring.gpg <yout chart></and verify the plugin:
helm plugin verify <your chart>.tgzBut since we are using goreleaser at the moment:
https://goreleaser.com/ci/actions/#workflow
https://goreleaser.com/customization/sign/