Skip to content

Commit

Permalink
fix values references and bump version (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug authored Oct 18, 2024
1 parent 52524ac commit f19cb47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.7.4
version: 0.7.5
appVersion: "v0.8.2"
keywords:
- quickwit
Expand Down
4 changes: 2 additions & 2 deletions charts/quickwit/templates/job-create-indices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.bootstrap.runtimeClassName }}
runtimeClassName: {{ .Values.bootstrap.runtimeClassName | quote }}
{{- if $.Values.bootstrap.runtimeClassName }}
runtimeClassName: {{ $.Values.bootstrap.runtimeClassName | quote }}
{{- end }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/quickwit/templates/job-create-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.bootstrap.runtimeClassName }}
runtimeClassName: {{ .Values.bootstrap.runtimeClassName | quote }}
{{- if $.Values.bootstrap.runtimeClassName }}
runtimeClassName: {{ $.Values.bootstrap.runtimeClassName | quote }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit f19cb47

Please sign in to comment.