Fix filename for helm-lint JJB

By convention, and requirement of the validation and merge jobs all JJB
files must be named with a .yaml and not .yml. Failing to do so will
cause validation and merge jobs to not properly trigger if changes are
only done in a file with .yml as the extension.

Change-Id: Ic060bac36f9c33ab46b0181f3f2ad4ed179feffb
Signed-off-by: Linux Foundation Administrators <collab-it+onlab@linuxfoundation.org>
diff --git a/jjb/helm-lint/heml-lint.yml b/jjb/helm-lint/helm-lint.yaml
similarity index 100%
rename from jjb/helm-lint/heml-lint.yml
rename to jjb/helm-lint/helm-lint.yaml