diff --git a/molgenis-jenkins/Chart.yaml b/molgenis-jenkins/Chart.yaml
index f352745..0fcd506 100755
--- a/molgenis-jenkins/Chart.yaml
+++ b/molgenis-jenkins/Chart.yaml
@@ -1,6 +1,6 @@
name: molgenis-jenkins
home: https://jenkins.io/
-version: 0.6.1
+version: 0.6.2
appVersion: 2.121
description: Molgenis installation for the jenkins chart.
sources:
diff --git a/molgenis-jenkins/templates/config.tpl b/molgenis-jenkins/templates/config.tpl
index 7cf094e..7e4a753 100644
--- a/molgenis-jenkins/templates/config.tpl
+++ b/molgenis-jenkins/templates/config.tpl
@@ -174,8 +174,8 @@ data:
-{{- range $jobName, $job := $view.Jobs }}
- $jobName
+{{- range index, $job := .Jobs }}
+ $job
{{- end }}