Skip to content
Open
Show file tree
Hide file tree
Changes from all 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 @@ -96,7 +96,7 @@ helm uninstall <your-service-name>

## 🤖 Compatibility with Meilisearch

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Meilisearch v1.31.0 does not exist and must be corrected. The referenced version in the compatibility statement is non-existent. Verify the intended Meilisearch version (likely v1.30.0 or v1.30.1) and update the documentation accordingly. Recent versions include v1.30.1 (as of December 21, 2025).

🤖 Prompt for AI Agents
In README.md around line 99 the compatibility statement incorrectly references
Meilisearch v1.31.0 (a non-existent tag); verify the intended supported release
(likely v1.30.0 or v1.30.1), then update the version string and the release URL
to the correct Meilisearch tag (for example replace v1.31.0 with v1.30.1 and its
corresponding GitHub release link), and ensure any other README mentions match
that corrected version.


## ⚙️ Development Workflow and Contributing

Expand Down
4 changes: 2 additions & 2 deletions charts/meilisearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "v1.30.0"
appVersion: "v1.31.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.19.0
version: 0.20.0
icon: https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/logo.svg
home: https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
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 @@ -19,7 +19,7 @@ image:
# -- Meilisearch image name
repository: getmeili/meilisearch
# -- Meilisearch image tag
tag: v1.30.0
tag: v1.31.0
# -- Meilisearch image pull policy
pullPolicy: IfNotPresent
# -- Secret to authenticate against the docker registry
Expand Down
14 changes: 7 additions & 7 deletions manifests/meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: meilisearch
app.kubernetes.io/instance: meilisearch
app.kubernetes.io/version: "v1.30.0"
app.kubernetes.io/version: "v1.31.0"
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
automountServiceAccountToken: false
Expand All @@ -20,7 +20,7 @@ metadata:
labels:
app.kubernetes.io/name: meilisearch
app.kubernetes.io/instance: meilisearch
app.kubernetes.io/version: "v1.30.0"
app.kubernetes.io/version: "v1.31.0"
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
data:
Expand All @@ -35,7 +35,7 @@ metadata:
labels:
app.kubernetes.io/name: meilisearch
app.kubernetes.io/instance: meilisearch
app.kubernetes.io/version: "v1.30.0"
app.kubernetes.io/version: "v1.31.0"
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
spec:
Expand All @@ -57,7 +57,7 @@ metadata:
labels:
app.kubernetes.io/name: meilisearch
app.kubernetes.io/instance: meilisearch
app.kubernetes.io/version: "v1.30.0"
app.kubernetes.io/version: "v1.31.0"
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
spec:
Expand All @@ -72,11 +72,11 @@ spec:
labels:
app.kubernetes.io/name: meilisearch
app.kubernetes.io/instance: meilisearch
app.kubernetes.io/version: "v1.30.0"
app.kubernetes.io/version: "v1.31.0"
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
annotations:
checksum/config: 55f7b73c85467684ca3bcee6ec8df17202bd98712005e3fd6f440f9ba9bb41f3
checksum/config: 31520cc34041ca716b9cc4cd2e37aefba832c30c2bc9e7b91f6982b11a9685ff
spec:
serviceAccountName: meilisearch
securityContext:
Expand All @@ -95,7 +95,7 @@ spec:

containers:
- name: meilisearch
image: "getmeili/meilisearch:v1.30.0"
image: "getmeili/meilisearch:v1.31.0"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Loading