add helmindex
Related-prod: PROD-32431

Change-Id: I5ea5169024c80e70c23eb43ad6b714f2a77f9db9
diff --git a/src/com/mirantis/mk/Helm.groovy b/src/com/mirantis/mk/Helm.groovy
new file mode 100644
index 0000000..c3b23fb
--- /dev/null
+++ b/src/com/mirantis/mk/Helm.groovy
@@ -0,0 +1,15 @@
+package com.mirantis.mk
+
+/**
+ *
+ *  Functions to work with Helm
+ *
+ */
+
+/**
+ * Build index file for helm chart
+ */
+
+def helmIndex(){
+    sh("helm index")
+}
\ No newline at end of file