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
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
1919
20- version : 1.0.57
20+ version : 1.0.58
2121
2222# This is the version number of the application being deployed. This version number should be
2323# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 1818 labels :
1919 {{- include "portainer.selectorLabels" . | nindent 8 }}
2020 spec :
21- nodeSelector : {{- toYaml .Values.nodeSelector | nindent 8 -}}
21+ nodeSelector : {{- toYaml .Values.nodeSelector | nindent 8 }}
22+ tolerations : {{- toYaml .Values.tolerations | nindent 8 -}}
2223 {{- with .Values.imagePullSecrets }}
2324 imagePullSecrets :
2425 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 2020imagePullSecrets : []
2121
2222nodeSelector : {}
23+ tolerations : []
2324
2425serviceAccount :
2526 annotations : {}
You can’t perform that action at this time.
0 commit comments