Skip to content

Commit 0c9c9e7

Browse files
bors[bot]meili-botalallema
authored
Merge #110
110: Changes related to the next Meilisearch release (v0.27.0) r=alallema a=meili-bot This PR gathers the changes related to the next Meilisearch release (v0.27.0) so that this package is ready when the official release is out. ⚠️ This PR should NOT be merged until the next release of Meilisearch (v0.27.0) is out. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/master/guides/pre-release-week.md) purpose._ _Related to this issue: https://github.com/meilisearch/integration-guides/issues/190_ Co-authored-by: meili-bot <[email protected]> Co-authored-by: Amélie <[email protected]>
2 parents b37dea3 + 5c34b5f commit 0c9c9e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ helm uninstall <your-service-name>
9292

9393
## 🤖 Compatibility with Meilisearch
9494

95-
This chart only guarantees the compatibility with the [version v0.26.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.26.0).
95+
This chart only guarantees the compatibility with the [version v0.27.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0).
9696

9797
## ⚙️ Development Workflow and Contributing
9898

charts/meilisearch/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "v0.26.0"
2+
appVersion: "v0.27.0"
33
description: A Helm chart for the Meilisearch search engine
44
name: meilisearch
5-
version: 0.1.29
5+
version: 0.1.30
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
@@ -14,7 +14,7 @@ livenessProbe:
1414

1515
image:
1616
repository: getmeili/meilisearch
17-
tag: v0.26.0
17+
tag: v0.27.0
1818
pullPolicy: IfNotPresent
1919
pullSecret:
2020

manifests/meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
serviceAccountName: meilisearch
6464
containers:
6565
- name: meilisearch
66-
image: "getmeili/meilisearch:v0.26.0"
66+
image: "getmeili/meilisearch:v0.27.0"
6767
imagePullPolicy: IfNotPresent
6868
envFrom:
6969
- configMapRef:

0 commit comments

Comments
 (0)