Skip to content

Commit 3538a81

Browse files
authored
Merge branch 'master' into master
2 parents d8075ad + 9621880 commit 3538a81

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/portainer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

charts/portainer/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ spec:
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 }}

charts/portainer/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ image:
2020
imagePullSecrets: []
2121

2222
nodeSelector: {}
23+
tolerations: []
2324

2425
serviceAccount:
2526
annotations: {}

0 commit comments

Comments
 (0)