[CORD-2848] Add helm-lint job

Change-Id: I7d379e417d178b033008639e02516b5e16b33c36
diff --git a/jjb/cord/cord-xos-gui-unit.yaml b/jjb/cord/cord-xos-gui-unit.yaml
index 50885ab..f51e863 100644
--- a/jjb/cord/cord-xos-gui-unit.yaml
+++ b/jjb/cord/cord-xos-gui-unit.yaml
@@ -89,13 +89,16 @@
     project: xos-gui
 
     build-timeout: '10'
-    build-node: 'ubuntu16.04-basebuild-1c-1g'
+    build-node: '{build-node}'
 
-    stream:
+    # ideally this would be in defaults.yaml, but that doesn't work
+    supported_versions: &supported_versions
       - 'master'
       - 'cord-5.0'
       - 'cord-4.1'
       - 'cord-4.0'
 
+    stream: *supported_versions
+
     jobs:
       - 'cord-xos-gui-unit-{stream}'