Skip to content

Commit

Permalink
Update getmeili/meilisearch Docker tag to v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent a910695 commit 7c3366c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.5
tag: v1.7.6
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 @@ -100,7 +100,7 @@ services:
interval: 10s
start_period: 60s
meilisearch:
image: getmeili/meilisearch:v1.7.5
image: getmeili/meilisearch:v1.7.6
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 @@ -151,7 +151,7 @@ services:
interval: 10s
start_period: 60s
meilisearch:
image: getmeili/meilisearch:v1.7.5
image: getmeili/meilisearch:v1.7.6
restart: unless-stopped
networks:
- navigatum
Expand Down

0 comments on commit 7c3366c

Please sign in to comment.