Skip to content

Commit

Permalink
Merge #123
Browse files Browse the repository at this point in the history
123: Change the mount path with new meili_data path r=alallema a=alallema

# Pull Request

## What does this PR do?
Following this [issue](meilisearch/meilisearch#2503) and #24 the mount path should be update to allow persistence


Co-authored-by: alallema <[email protected]>
  • Loading branch information
bors[bot] and alallema authored Jul 4, 2022
2 parents d16b6e4 + cea3cc7 commit d9c42f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: "v0.27.1"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.1.36
version: 0.1.37
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
home: https://github.com/meilisearch/meilisearch-kubernetes/charts
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/meilisearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ persistence:
annotations: {}
volume:
name: data
mountPath: /data.ms
mountPath: /meili_data

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit d9c42f8

Please sign in to comment.