mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user