Skip to content

Commit

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

This PR gathers the changes related to the next Meilisearch release (v0.26.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.26.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/181_


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Kacy Fortner <kacy@kacyfortner.com>
Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 14, 2022
2 parents 3391368 + cff0d8f commit 65bd664
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ helm uninstall <your-service-name>

## 🤖 Compatibility with Meilisearch

This chart only guarantees the compatibility with the [version v0.25.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.25.0).
This chart only guarantees the compatibility with the [version v0.26.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.26.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.25.2"
appVersion: "v0.26.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.1.26
version: 0.1.27
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/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
service:
name: {{ $fullName }}
port:
number: 80
number: {{ .Values.service.port }}
{{- else }}
serviceName: {{ $fullName }}
servicePort: http
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.25.2
tag: v0.26.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.25.2"
image: "getmeili/meilisearch:v0.26.0"
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down

0 comments on commit 65bd664

Please sign in to comment.