diff --git a/stable/concourse/Chart.yaml b/stable/concourse/Chart.yaml index 678604d5e6..e19a03c6c1 100644 --- a/stable/concourse/Chart.yaml +++ b/stable/concourse/Chart.yaml @@ -1,5 +1,5 @@ name: concourse -version: 1.0.6 +version: 1.0.7 appVersion: 3.9.0 description: Concourse is a simple and scalable CI system. icon: https://avatars1.githubusercontent.com/u/7809479 diff --git a/stable/concourse/templates/worker-statefulset.yaml b/stable/concourse/templates/worker-statefulset.yaml index 1378547a0e..748fd012fd 100644 --- a/stable/concourse/templates/worker-statefulset.yaml +++ b/stable/concourse/templates/worker-statefulset.yaml @@ -20,7 +20,7 @@ spec: {{ $key }}: {{ $value | quote }} {{- end }} spec: - {{- with .Values.nodeSelector }} + {{- with .Values.worker.nodeSelector }} nodeSelector: {{ toYaml . | indent 8 }} {{- end }}