Skip to content

Commit d9c42f8

Browse files
bors[bot]alallema
andauthored
Merge #123
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]>
2 parents d16b6e4 + cea3cc7 commit d9c42f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: "v0.27.1"
33
description: A Helm chart for the Meilisearch search engine
44
name: meilisearch
5-
version: 0.1.36
5+
version: 0.1.37
66
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
77
home: https://github.com/meilisearch/meilisearch-kubernetes/charts
88
maintainers:

charts/meilisearch/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ persistence:
8282
annotations: {}
8383
volume:
8484
name: data
85-
mountPath: /data.ms
85+
mountPath: /meili_data
8686

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

0 commit comments

Comments
 (0)