File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type: application
17
17
# This is the chart version. This version number should be incremented each time you make changes
18
18
# to the chart and its templates, including the app version.
19
19
20
- version : 1.0.57
20
+ version : 1.0.58
21
21
22
22
# This is the version number of the application being deployed. This version number should be
23
23
# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 18
18
labels :
19
19
{{- include "portainer.selectorLabels" . | nindent 8 }}
20
20
spec :
21
- nodeSelector : {{- toYaml .Values.nodeSelector | nindent 8 -}}
21
+ nodeSelector : {{- toYaml .Values.nodeSelector | nindent 8 }}
22
+ tolerations : {{- toYaml .Values.tolerations | nindent 8 -}}
22
23
{{- with .Values.imagePullSecrets }}
23
24
imagePullSecrets :
24
25
{{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 20
20
imagePullSecrets : []
21
21
22
22
nodeSelector : {}
23
+ tolerations : []
23
24
24
25
serviceAccount :
25
26
annotations : {}
You can’t perform that action at this time.
0 commit comments