Skip to content

Commit 076ac47

Browse files
authored
chore: upgrade to meilisearch v1.4.2 (#543)
**Describe the pull request** This pull request do the upgrade to the latest version of meilisearch (v1.4.2) and use the first stable version of the app **Checklist** - [x] I have made the modifications or added tests related to my PR - [x] I have run the tests and linters locally and they pass - [x] I have added/updated the documentation for my RP
1 parent 861b0f8 commit 076ac47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/stacks/apps/s42/meilisearch.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
meilisearchVersion = "v0.30"
2+
meilisearchVersion = "v1.4.2"
33
}
44

55
resource "random_password" "meilisearch_token" {

0 commit comments

Comments
 (0)