temporarily disable helm installation

Change-Id: I9fd14c953321690d35c43e514ab8a69560a8396e
diff --git a/src/com/mirantis/mk/Orchestrate.groovy b/src/com/mirantis/mk/Orchestrate.groovy
index d29c9c3..7cb35f8 100644
--- a/src/com/mirantis/mk/Orchestrate.groovy
+++ b/src/com/mirantis/mk/Orchestrate.groovy
@@ -437,9 +437,10 @@
     // Install Kubernetes and Calico
     salt.enforceState(master, 'I@kubernetes:pool', 'kubernetes.pool')
 
-    if (salt.testTarget(master, 'I@helm:client')) {
-        salt.enforceState(master, 'I@helm:client', 'helm')
-    }
+    // temporarily disable helm installation
+    // if (salt.testTarget(master, 'I@helm:client')) {
+    //     salt.enforceState(master, 'I@helm:client', 'helm')
+    // }
 }