Skip to content

Commit 9130877

Browse files
Merge #242
242: Changes related to the next Meilisearch release (v1.11.0) r=brunoocasali a=meili-bot Related to this issue: meilisearch/integration-guides#303 ⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.11.0) is out. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._ Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
2 parents e2d6b4e + e3ac878 commit 9130877

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ helm uninstall <your-service-name>
9797

9898
## 🤖 Compatibility with Meilisearch
9999

100-
This chart only guarantees the compatibility with the [version v1.10.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.10.0).
100+
This chart only guarantees the compatibility with the [version v1.11.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.11.0).
101101

102102
## ⚙️ Development Workflow and Contributing
103103

charts/meilisearch/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "v1.10.0"
2+
appVersion: "v1.11.0"
33
description: A Helm chart for the Meilisearch search engine
44
name: meilisearch
5-
version: 0.10.1
5+
version: 0.10.2
66
icon: https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/logo.svg
77
home: https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
88
maintainers:

charts/meilisearch/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ image:
1919
# -- Meilisearch image name
2020
repository: getmeili/meilisearch
2121
# -- Meilisearch image tag
22-
tag: v1.10.0
22+
tag: v1.11.0
2323
# -- Meilisearch image pull policy
2424
pullPolicy: IfNotPresent
2525
# -- Secret to authenticate against the docker registry

manifests/meilisearch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494

9595
containers:
9696
- name: meilisearch
97-
image: "getmeili/meilisearch:v1.10.0"
97+
image: "getmeili/meilisearch:v1.11.0"
9898
imagePullPolicy: IfNotPresent
9999
securityContext:
100100
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)