Skip to content

Commit

Permalink
Update getmeili/meilisearch Docker tag to v1.7.6 (#1085)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
renovate[bot] and CommanderStorm authored Apr 11, 2024
1 parent 4491d24 commit 842cbf9
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 842cbf9

Please sign in to comment.