File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed
charts/ocean-kubernetes-controller Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : ocean-kubernetes-controller
3
3
description : A Helm chart for Ocean Kubernetes Controller
4
4
type : application
5
- version : 0.1.53
5
+ version : 0.1.54
6
6
appVersion : 2.0.65
7
7
kubeVersion : " >=1.20.0-0"
8
8
maintainers :
Original file line number Diff line number Diff line change 1
1
# ocean-kubernetes-controller
2
2
3
- ![ Version: 0.1.53 ] ( https://img.shields.io/badge/Version-0.1.53 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.65] ( https://img.shields.io/badge/AppVersion-2.0.65-informational?style=flat-square )
3
+ ![ Version: 0.1.54 ] ( https://img.shields.io/badge/Version-0.1.54 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.65] ( https://img.shields.io/badge/AppVersion-2.0.65-informational?style=flat-square )
4
4
5
5
A Helm chart for Ocean Kubernetes Controller.
6
6
Original file line number Diff line number Diff line change @@ -199,17 +199,6 @@ Controller affinity
199
199
{ {- end } }
200
200
{ {- end } }
201
201
202
- { {/*
203
- Controller tolerations
204
- */} }
205
- { {- define " ocean-kubernetes-controller.tolerations" -} }
206
- { {- if kindIs " invalid" .Values.tolerations -} }
207
- { {- include " ocean-kubernetes-controller.defaultTolerations" . } }
208
- { {- else } }
209
- { {- .Values.tolerations | toYaml -} }
210
- { {- end } }
211
- { {- end } }
212
-
213
202
{ {/*
214
203
Controller topology spread constraints
215
204
*/} }
@@ -352,4 +341,4 @@ or if another log shipping destination host is specified.
352
341
true
353
342
{ {- end } }
354
343
{ {- end } }
355
- { {- end } }
344
+ { {- end } }
Original file line number Diff line number Diff line change @@ -241,7 +241,14 @@ spec:
241
241
{{- end }}
242
242
affinity :
243
243
{{- include "ocean-kubernetes-controller.affinity" . | nindent 8 }}
244
+ {{- if kindIs "invalid" .Values.tolerations }}
244
245
tolerations :
245
- {{- include "ocean-kubernetes-controller.tolerations" . | nindent 6 }}
246
+ {{- include "ocean-kubernetes-controller.defaultTolerations" . | nindent 6 }}
247
+ {{- else }}
248
+ {{- with .Values.tolerations }}
249
+ tolerations :
250
+ {{- . | toYaml | nindent 6 }}
251
+ {{- end }}
252
+ {{- end }}
246
253
topologySpreadConstraints :
247
254
{{- include "ocean-kubernetes-controller.topologySpreadConstraints" . | nindent 6 }}
You can’t perform that action at this time.
0 commit comments