[stable/concourse] Add missing release labels to pods (#5429)

* [stable/concourse] Add missing release labels to pods

This fixes worker podAntiAffinity which was selecting on the missing release label

* bump patch version of chart
This commit is contained in:
Will Tran
2018-05-09 06:34:53 -07:00
committed by k8s-ci-robot
parent 3a86ae4343
commit ff8d5db2a0
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: concourse
version: 1.4.0
version: 1.4.1
appVersion: 3.10.0
description: Concourse is a simple and scalable CI system.
icon: https://avatars1.githubusercontent.com/u/7809479
@@ -13,6 +13,7 @@ spec:
metadata:
labels:
app: {{ template "concourse.web.fullname" . }}
release: "{{ .Release.Name }}"
spec:
serviceAccountName: {{ if .Values.rbac.create }}{{ template "concourse.web.fullname" . }}{{ else }}{{ .Values.rbac.webServiceAccountName }}{{ end }}
tolerations:
@@ -15,6 +15,7 @@ spec:
metadata:
labels:
app: {{ template "concourse.worker.fullname" . }}
release: "{{ .Release.Name }}"
annotations:
{{- range $key, $value := .Values.worker.annotations }}
{{ $key }}: {{ $value | quote }}