Skip to content

Commit

Permalink
chore: upgrade to meilisearch v1.4.2 (#543)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
42atomys authored Oct 30, 2023
1 parent 861b0f8 commit 076ac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stacks/apps/s42/meilisearch.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
meilisearchVersion = "v0.30"
meilisearchVersion = "v1.4.2"
}

resource "random_password" "meilisearch_token" {
Expand Down

0 comments on commit 076ac47

Please sign in to comment.