Skip to content

Commit f48fc10

Browse files
curquizameili-bot
andauthored
Apply suggestions from code review
Co-authored-by: meili-bot <[email protected]>
1 parent 0596d33 commit f48fc10

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 v0.12.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.12.0).
100+
This chart only guarantees the compatibility with the [version v1.12.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.12.0).
101101

102102
## ⚙️ Development Workflow and Contributing
103103

charts/meilisearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "v0.12.0"
2+
appVersion: "v1.12.0"
33
description: A Helm chart for the Meilisearch search engine
44
name: meilisearch
55
version: 0.10.3

charts/meilisearch/values.yaml

Lines changed: 1 addition & 1 deletion
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: v0.12.0
22+
tag: v1.12.0
2323
# -- Meilisearch image pull policy
2424
pullPolicy: IfNotPresent
2525
# -- Secret to authenticate against the docker registry

manifests/meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494

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

0 commit comments

Comments
 (0)