File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : " v1.10.0"
3
3
description : A Helm chart for the Meilisearch search engine
4
4
name : meilisearch
5
- version : 0.10.0
5
+ version : 0.10.1
6
6
icon : https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/logo.svg
7
7
home : https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
8
8
maintainers :
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ spec:
25
25
{{- with .Values.serviceMonitor.scrapeTimeout }}
26
26
scrapeTimeout : {{ . }}
27
27
{{- end }}
28
- {{- if .Values.serviceMonitor.metricRelabelings }}
28
+ {{- with .Values.serviceMonitor.metricRelabelings }}
29
29
metricRelabelings :
30
- {{ toYaml .Values.serviceMonitor.metricRelabelings | indent 4 }}
30
+ {{- toYaml . | indent 8 }}
31
31
{{- end }}
32
- {{- if .Values.serviceMonitor.relabelings }}
32
+ {{- with .Values.serviceMonitor.relabelings }}
33
33
relabelings :
34
- {{ toYaml .Values.serviceMonitor.relabelings | nindent 4 }}
34
+ {{- toYaml . | nindent 8 }}
35
35
{{- end }}
36
36
{{- if or (.Values.environment.MEILI_MASTER_KEY) (.Values.auth.existingMasterKeySecret) (eq .Values.environment.MEILI_ENV "production") }}
37
37
bearerTokenSecret :
Original file line number Diff line number Diff line change 75
75
app.kubernetes.io/component : search-engine
76
76
app.kubernetes.io/part-of : meilisearch
77
77
annotations :
78
- checksum/config : fb3defd5c054e4560da76ba345c6713255ca9eea0ccd23213cefbe61e01169e6
78
+ checksum/config : 57066f343c11bb744192756429e406248806cda981bd4a71c7c02dcafc103072
79
79
spec :
80
80
serviceAccountName : meilisearch
81
81
securityContext :
You can’t perform that action at this time.
0 commit comments