File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : quickwit
33description : Sub-second search & analytics engine on cloud storage.
44type : application
5- version : 0.7.15
5+ version : 0.7.16
66appVersion : v0.8.2
77keywords :
88 - quickwit
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ spec:
118118 affinity :
119119 {{- toYaml . | nindent 8 }}
120120 {{- end }}
121- {{- $tolerations := append .Values.tolerations .Values.control_plane.tolerations | compact | uniq }}
121+ {{- $tolerations := concat .Values.tolerations .Values.control_plane.tolerations | compact | uniq }}
122122 tolerations :
123123 {{- toYaml $tolerations | nindent 8 }}
124124 {{- if .Values.control_plane.runtimeClassName }}
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ spec:
131131 affinity :
132132 {{- toYaml . | nindent 8 }}
133133 {{- end }}
134- {{- $tolerations := append .Values.tolerations .Values.indexer.tolerations | compact | uniq }}
134+ {{- $tolerations := concat .Values.tolerations .Values.indexer.tolerations | compact | uniq }}
135135 tolerations :
136136 {{- toYaml $tolerations | nindent 8 }}
137137 {{- if .Values.indexer.runtimeClassName }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ spec:
118118 affinity :
119119 {{- toYaml . | nindent 8 }}
120120 {{- end }}
121- {{- $tolerations := append .Values.tolerations .Values.janitor.tolerations | compact | uniq }}
121+ {{- $tolerations := concat .Values.tolerations .Values.janitor.tolerations | compact | uniq }}
122122 tolerations :
123123 {{- toYaml $tolerations | nindent 8 }}
124124 {{- if .Values.janitor.runtimeClassName }}
Original file line number Diff line number Diff line change 9494 affinity :
9595 {{- toYaml . | nindent 8 }}
9696 {{- end }}
97- {{- $tolerations := append $.Values.tolerations $.Values.bootstrap.tolerations | compact | uniq }}
97+ {{- $tolerations := concat $.Values.tolerations $.Values.bootstrap.tolerations | compact | uniq }}
9898 tolerations :
9999 {{- toYaml $tolerations | nindent 8 }}
100100 {{- if $.Values.bootstrap.runtimeClassName }}
Original file line number Diff line number Diff line change 9696 affinity :
9797 {{- toYaml . | nindent 8 }}
9898 {{- end }}
99- {{- $tolerations := append $.Values.tolerations $.Values.bootstrap.tolerations | compact | uniq }}
99+ {{- $tolerations := concat $.Values.tolerations $.Values.bootstrap.tolerations | compact | uniq }}
100100 tolerations :
101101 {{- toYaml $tolerations | nindent 8 }}
102102 {{- if $.Values.bootstrap.runtimeClassName }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ spec:
116116 affinity :
117117 {{- toYaml . | nindent 8 }}
118118 {{- end }}
119- {{- $tolerations := append .Values.tolerations .Values.metastore.tolerations | compact | uniq }}
119+ {{- $tolerations := concat .Values.tolerations .Values.metastore.tolerations | compact | uniq }}
120120 tolerations :
121121 {{- toYaml $tolerations | nindent 8 }}
122122 {{- if .Values.metastore.runtimeClassName }}
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ spec:
132132 affinity :
133133 {{- toYaml . | nindent 8 }}
134134 {{- end }}
135- {{- $tolerations := append .Values.tolerations .Values.searcher.tolerations | compact | uniq }}
135+ {{- $tolerations := concat .Values.tolerations .Values.searcher.tolerations | compact | uniq }}
136136 tolerations :
137137 {{- toYaml $tolerations | nindent 8 }}
138138 {{- if .Values.searcher.runtimeClassName }}
You can’t perform that action at this time.
0 commit comments