Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing empty checksumType default behaviour
Previously, if no checksum type was specified into the BMH CR, it automatically handled it as MD5, causing errors to whom used different hashing algorithms. This commit adds the appropriate checks. chaning if chain to switch-case block chaning if chain to switch-case block Signed-off-by: fracappa <[email protected]> changing switch chain to if else when image.ChecksumType is empty fixing return values when empty fields in GetChecksum methods
- Loading branch information