First commit helm repo tools

Change-Id: Idecbfbd2e7892dcaafdbe8a192e6158997e98b7f
diff --git a/yamllint.conf b/yamllint.conf
new file mode 100644
index 0000000..a0e02ab
--- /dev/null
+++ b/yamllint.conf
@@ -0,0 +1,13 @@
+---
+# yamllint.conf
+
+extends: default
+
+rules:
+  empty-lines:
+    max-end: 1
+  line-length:
+    max: 120
+  braces:
+    min-spaces-inside: 0
+    max-spaces-inside: 1