Skip to content

Commit 8ea0106

Browse files
meili-bors[bot]mike-stewartbrunoocasali
authored
Merge #186
186: Fix Bug in ServiceMonitor r=brunoocasali a=mike-stewart # Pull Request ## What does this PR do? It appears there might be a bug in #153, as there should not be a dash in front of bearerTokenSecret. This is adding it as a second endpoint, when in fact it should be setting the bearerTokenSecret on the http endpoint. ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Mike Stewart <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
2 parents 3926596 + ebef63b commit 8ea0106

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/meilisearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "v1.2.0"
33
description: A Helm chart for the Meilisearch search engine
44
name: meilisearch
5-
version: 0.2.1
5+
version: 0.2.2
66
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
77
home: https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
88
maintainers:

charts/meilisearch/templates/serviceMonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
{{ toYaml .Values.serviceMonitor.relabelings | nindent 4 }}
3535
{{- end }}
3636
{{- if or (.Values.environment.MEILI_MASTER_KEY) (.Values.auth.existingMasterKeySecret) (eq .Values.environment.MEILI_ENV "production") }}
37-
- bearerTokenSecret:
37+
bearerTokenSecret:
3838
name: meilisearch-master-key
3939
key: MEILI_MASTER_KEY
4040
{{- end }}

manifests/meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
app.kubernetes.io/component: search-engine
7676
app.kubernetes.io/part-of: meilisearch
7777
annotations:
78-
checksum/config: 502c6defe0f829ec66f986679faf8ae9ac5866ca466c25a16b5c2be368015508
78+
checksum/config: 47de5183a27cf646b031d141d4ac508f888536ea6a29d1b1efaa06278be98590
7979
spec:
8080
serviceAccountName: meilisearch
8181
securityContext:

0 commit comments

Comments
 (0)