Skip to content

Commit

Permalink
Update all non-major dependencies (#1022)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* fixed he features used by image-rs

---------

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 Mar 15, 2024
1 parent 4eb6a01 commit d68dca8
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 168 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.6.2
tag: v1.7.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 @@ -118,7 +118,7 @@ services:
interval: 10s
start_period: 60s
meilisearch:
image: getmeili/meilisearch:v1.6.2
image: getmeili/meilisearch:v1.7.1
restart: always
expose:
- "7700"
Expand Down
Loading

0 comments on commit d68dca8

Please sign in to comment.