Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes related to the next Meilisearch release (v1.4.0) #194

Merged
merged 8 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ helm uninstall <your-service-name>

## 🤖 Compatibility with Meilisearch

This chart only guarantees the compatibility with the [version v1.3.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.3.0).
This chart only guarantees the compatibility with the [version v1.4.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.4.0).

## ⚙️ Development Workflow and Contributing

Expand Down
2 changes: 1 addition & 1 deletion charts/meilisearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v1.3.0"
appVersion: "v1.4.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.2.6
curquiza marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
2 changes: 1 addition & 1 deletion charts/meilisearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image:
# -- Meilisearch image name
repository: getmeili/meilisearch
# -- Meilisearch image tag
tag: v1.3.0
tag: v1.4.0
# -- Meilisearch image pull policy
pullPolicy: IfNotPresent
# -- Secret to authenticate against the docker registry
Expand Down
2 changes: 1 addition & 1 deletion manifests/meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
emptyDir: {}
containers:
- name: meilisearch
image: "getmeili/meilisearch:v1.3.0"
image: "getmeili/meilisearch:v1.4.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Loading