Skip to content

Commit

Permalink
Merge #88
Browse files Browse the repository at this point in the history
88: Changes related to the next MeiliSearch release (v0.25.0) r=alallema a=meili-bot

This PR gathers the changes related to the next MeiliSearch release (v0.25.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.25.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]>
  • Loading branch information
3 people authored Jan 12, 2022
2 parents c72d257 + 2c43371 commit 151dace
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ helm uninstall <your-service-name>

## 🤖 Compatibility with MeiliSearch

This chart only guarantees the compatibility with the [version v0.24.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.24.0).
This chart only guarantees the compatibility with the [version v0.25.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.25.0).

## ⚙️ 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: "v0.24.0"
appVersion: "v0.25.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.1.23
version: 0.1.24
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
home: https://github.com/meilisearch/meilisearch-kubernetes/charts
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 @@ -14,7 +14,7 @@ livenessProbe:

image:
repository: getmeili/meilisearch
tag: v0.24.0
tag: v0.25.0
pullPolicy: IfNotPresent
pullSecret:

Expand Down
2 changes: 1 addition & 1 deletion manifests/meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
serviceAccountName: meilisearch
containers:
- name: meilisearch
image: "getmeili/meilisearch:v0.24.0"
image: "getmeili/meilisearch:v0.25.0"
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down

0 comments on commit 151dace

Please sign in to comment.