add the sha-256 checksum to the Kubernetes and Helm download
Add the method verifyChecksum to KubectlService and HelmService, using the algorithm sha-256. The interface ExecutionExtensions was created for outsourcing the methods setExecutable and readStringFromURL. If the checksums dont match, an IllegalStateException will be thrown.