Skip to content

Commit

Permalink
bumped meilisearch
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 21, 2023
1 parent a46cfb4 commit 64c2272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.4.2
tag: v1.5.1
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
interval: 10s
start_period: 60s
meilisearch:
image: getmeili/meilisearch:v1.4.2
image: getmeili/meilisearch:v1.5.1
restart: always
healthcheck:
test: wget -q --spider http://localhost:7700/health
Expand Down

0 comments on commit 64c2272

Please sign in to comment.