Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 4f26e24 commit d711772
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 203 deletions.
2 changes: 1 addition & 1 deletion deployment/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
mielisearch:
image:
repository: 'getmeili/meilisearch'
tag: v1.7.6
tag: v1.8.0
calendar:
scrape_tasks:
- name: refresh-calendar-slow # takes ~6m to complete
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.7.6
image: getmeili/meilisearch:v1.8.0
restart: unless-stopped
ports:
- "7700:7700"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ services:
db:
condition: service_healthy
meilisearch:
image: getmeili/meilisearch:v1.7.6
image: getmeili/meilisearch:v1.8.0
restart: unless-stopped
networks:
- navigatum
Expand Down
Loading

0 comments on commit d711772

Please sign in to comment.