File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : mlrun
3
- version : 0.10.8
3
+ version : 0.10.9
4
4
appVersion : 1.7.2
5
5
description : Machine Learning automation and tracking
6
6
sources :
Original file line number Diff line number Diff line change @@ -150,13 +150,13 @@ spec:
150
150
podAffinityTerm :
151
151
labelSelector :
152
152
matchLabels :
153
- {{- include "mlrun.api.selectorLabels" . | nindent 18 }}
153
+ {{- include "mlrun.api.chief. selectorLabels" . | nindent 20 }}
154
154
topologyKey : " kubernetes.io/hostname"
155
155
{{- else }}
156
156
requiredDuringSchedulingIgnoredDuringExecution :
157
157
- labelSelector :
158
158
matchLabels :
159
- {{- include "mlrun.api.selectorLabels" . | nindent 16 }}
159
+ {{- include "mlrun.api.chief. selectorLabels" . | nindent 18 }}
160
160
topologyKey : " kubernetes.io/hostname"
161
161
{{- end }}
162
162
{{- end }}
You can’t perform that action at this time.
0 commit comments