File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : quickwit
3
3
description : Sub-second search & analytics engine on cloud storage.
4
4
type : application
5
- version : 0.7.9
5
+ version : 0.7.10
6
6
appVersion : " v0.8.2"
7
7
keywords :
8
8
- quickwit
Original file line number Diff line number Diff line change 94
94
affinity :
95
95
{{- toYaml . | nindent 8 }}
96
96
{{- end }}
97
- {{- $tolerations := append .Values.tolerations .Values.bootstrap.tolerations | compact | uniq }}
97
+ {{- $tolerations := append $ .Values.tolerations $ .Values.bootstrap.tolerations | compact | uniq }}
98
98
tolerations :
99
99
{{- toYaml $tolerations | nindent 8 }}
100
100
{{- if $.Values.bootstrap.runtimeClassName }}
Original file line number Diff line number Diff line change 96
96
affinity :
97
97
{{- toYaml . | nindent 8 }}
98
98
{{- end }}
99
- {{- $tolerations := append .Values.tolerations .Values.bootstrap.tolerations | compact | uniq }}
99
+ {{- $tolerations := append $ .Values.tolerations $ .Values.bootstrap.tolerations | compact | uniq }}
100
100
tolerations :
101
101
{{- toYaml $tolerations | nindent 8 }}
102
102
{{- if $.Values.bootstrap.runtimeClassName }}
You can’t perform that action at this time.
0 commit comments