Skip to content

Commit 0ad1b81

Browse files
Merge #185
185: Fix link for new documentation website r=alallema a=alallema Related to: meilisearch/integration-guides#257 Co-authored-by: alallema <[email protected]>
2 parents 1bc1550 + c5f2fc9 commit 0ad1b81

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.1.58
5+
version: 0.1.59
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/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ helm uninstall <your-service-name>
4444

4545
## Environment
4646

47-
The `environment` block allows to specify all the environment variables declared on [Meilisearch Configuration](https://docs.meilisearch.com/guides/advanced_guides/configuration.html#passing-arguments-via-the-command-line)
47+
The `environment` block allows to specify all the environment variables declared on [Meilisearch Configuration](https://www.meilisearch.com/docs/learn/configuration/instance_options#command-line-options-and-flags)
4848

4949
For production deployment, the `environment.MEILI_MASTER_KEY` is required. If `MEILI_ENV` is set to "production" without setting `environment.MEILI_MASTER_KEY`, then this chart will automatically create a secure `environment.MEILI_MASTER_KEY` as a secret.
5050

@@ -109,4 +109,4 @@ You can also use `auth.existingMasterKeySecret` to use an existing secret that h
109109
| volumes | list | `[]` | Additional volumes for pod |
110110

111111
----------------------------------------------
112-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
112+
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

charts/meilisearch/README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ helm uninstall <your-service-name>
4343

4444
## Environment
4545

46-
The `environment` block allows to specify all the environment variables declared on [Meilisearch Configuration](https://docs.meilisearch.com/guides/advanced_guides/configuration.html#passing-arguments-via-the-command-line)
46+
The `environment` block allows to specify all the environment variables declared on [Meilisearch Configuration](https://www.meilisearch.com/docs/learn/configuration/instance_options#command-line-options-and-flags)
4747

4848
For production deployment, the `environment.MEILI_MASTER_KEY` is required. If `MEILI_ENV` is set to "production" without setting `environment.MEILI_MASTER_KEY`, then this chart will automatically create a secure `environment.MEILI_MASTER_KEY` as a secret.
4949

@@ -53,4 +53,4 @@ You can also use `auth.existingMasterKeySecret` to use an existing secret that h
5353

5454
{{ template "chart.valuesSection" . }}
5555

56-
{{ template "helm-docs.versionFooter" . }}
56+
{{ template "helm-docs.versionFooter" . }}

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: fef129b74ae6a9a6a35a67fb50c00a7de8ae197af18914953f48b6a666ffe083
78+
checksum/config: ae9884187319e63ffb542daf76a83b035abbfb6fe306768ab983e82d34048dca
7979
spec:
8080
serviceAccountName: meilisearch
8181
containers:

0 commit comments

Comments
 (0)