helm-maven-plugin
helm-maven-plugin copied to clipboard
Client did not publish a checksum value.
FEATURE REQUEST
Artifactory complains that the "Client did not publish a checksum value". I'd like it if the client would do that.
Environment (plugin version, maven version, OS, ...): Plugin Version 5.6 Apache Maven 3.6.1 Windows 10
What happened:
helm:upload
What you expected to happen:
A checksum to be provided with the tgz
.
How to reproduce it (as minimally and precisely as possible):
helm:upload
Anything else we need to know:
This can be done by providing eg. the header X-Checksum-md5
on upload.
See also https://stackoverflow.com/a/61892753/1499667