Skip to content

Commit

Permalink
Merge #185
Browse files Browse the repository at this point in the history
185: Fix link for new documentation website r=alallema a=alallema

Related to: meilisearch/integration-guides#257

Co-authored-by: alallema <[email protected]>
  • Loading branch information
meili-bors[bot] and alallema authored Jun 20, 2023
2 parents 1bc1550 + c5f2fc9 commit 0ad1b81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/meilisearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v1.2.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.1.58
version: 0.1.59
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
home: https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/meilisearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ helm uninstall <your-service-name>

## Environment

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)
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)

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.

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

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
4 changes: 2 additions & 2 deletions charts/meilisearch/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ helm uninstall <your-service-name>

## Environment

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)
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)

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.

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

{{ template "chart.valuesSection" . }}

{{ template "helm-docs.versionFooter" . }}
{{ template "helm-docs.versionFooter" . }}
2 changes: 1 addition & 1 deletion manifests/meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
annotations:
checksum/config: fef129b74ae6a9a6a35a67fb50c00a7de8ae197af18914953f48b6a666ffe083
checksum/config: ae9884187319e63ffb542daf76a83b035abbfb6fe306768ab983e82d34048dca
spec:
serviceAccountName: meilisearch
containers:
Expand Down

0 comments on commit 0ad1b81

Please sign in to comment.