Skip to content

Commit b5faa95

Browse files
bors[bot]meili-botalallema
authored
Merge #77
77: Changes related to the next MeiliSearch release (v0.23.0) r=alallema a=meili-bot This PR gathers the changes related to the next MeiliSearch release (v0.23.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.23.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._ Co-authored-by: meili-bot <[email protected]> Co-authored-by: Amélie <[email protected]> Co-authored-by: alallema <[email protected]>
2 parents 9cb92d6 + e58cec2 commit b5faa95

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
@@ -91,7 +91,7 @@ helm uninstall <your-service-name>
9191

9292
## 🤖 Compatibility with MeiliSearch
9393

94-
This chart only guarantees the compatibility with the [version v0.22.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.22.0).
94+
This chart only guarantees the compatibility with the [version v0.23.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.23.0).
9595

9696
## ⚙️ Development Workflow and Contributing
9797

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.22.0"
2+
appVersion: "v0.23.0"
33
description: A Helm chart for the Meilisearch search engine
44
name: meilisearch
5-
version: 0.1.17
5+
version: 0.1.18
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.22.0
17+
tag: v0.23.0
1818
pullPolicy: IfNotPresent
1919

2020
nameOverride: ""

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.22.0"
66+
image: "getmeili/meilisearch:v0.23.0"
6767
imagePullPolicy: IfNotPresent
6868
envFrom:
6969
- configMapRef:

0 commit comments

Comments
 (0)