Skip to content

Commit

Permalink
Update the version to test the action
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema committed Sep 27, 2023
1 parent 03e5d02 commit 13cbe80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ helm uninstall <your-service-name>

## 🤖 Compatibility with Meilisearch

This chart only guarantees the compatibility with the [version v1.3.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.3.0).
This chart only guarantees the compatibility with the [version v1.4.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.4.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: "v1.3.0"
appVersion: "v1.4.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.2.6
version: 0.2.7
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
home: https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
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 @@ -19,7 +19,7 @@ image:
# -- Meilisearch image name
repository: getmeili/meilisearch
# -- Meilisearch image tag
tag: v1.3.0
tag: v1.4.0
# -- Meilisearch image pull policy
pullPolicy: IfNotPresent
# -- Secret to authenticate against the docker registry
Expand Down

0 comments on commit 13cbe80

Please sign in to comment.