chore(helm): update image docker.io/filebrowser/filebrowser v2.50.0 → v2.51.0 (#42489)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `4f5eaee` -> `c1c516e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>filebrowser/filebrowser (docker.io/filebrowser/filebrowser)</summary> ### [`v2.51.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.51.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.50.0...v2.51.0) #### Changelog - [`58cc874`](https://redirect.github.com/filebrowser/filebrowser/commit/58cc87482833521de2c1eca039638256de10b564) chore(release): 2.51.0 - [`124def5`](https://redirect.github.com/filebrowser/filebrowser/commit/124def5cd70f12fcdaf77000da2e13ddf0bb44ad) chore: dependency updates - [`2d88c06`](https://redirect.github.com/filebrowser/filebrowser/commit/2d88c067611e936056dbbf04247f1c1c709b2a09) feat: update translations - [`204a3f0`](https://redirect.github.com/filebrowser/filebrowser/commit/204a3f0eeaa0c68781b60651bf27c4b27eac44e6) fix: added column separator select (comma, semicolon and both) in CSV viewer ([#​5604](https://redirect.github.com/filebrowser/filebrowser/issues/5604)) - [`f029c30`](https://redirect.github.com/filebrowser/filebrowser/commit/f029c3005e450cfbebb074c42dbdf65db9c8d56a) refactor: cleanup package names ([#​5605](https://redirect.github.com/filebrowser/filebrowser/issues/5605)) - [`a6934e4`](https://redirect.github.com/filebrowser/filebrowser/commit/a6934e40ffa1f2ea015870973663ed154eceffdf) ci: run renovate on weekends - [`98662ac`](https://redirect.github.com/filebrowser/filebrowser/commit/98662ac5ec2e22586dbd98491aa0a4ee6ee42d32) chore(deps): update all non-major dependencies ([#​5600](https://redirect.github.com/filebrowser/filebrowser/issues/5600)) - [`5cf8ce8`](https://redirect.github.com/filebrowser/filebrowser/commit/5cf8ce8db546148e7d749f00c69a852aaf650e66) chore(deps): update dependency vite to v7.2.6 ([#​5598](https://redirect.github.com/filebrowser/filebrowser/issues/5598)) - [`062dc41`](https://redirect.github.com/filebrowser/filebrowser/commit/062dc414f886aba5fcce344cf000a5345ecc24f2) chore(deps): update module github.com/shirou/gopsutil/v4 to v4.25.11 ([#​5597](https://redirect.github.com/filebrowser/filebrowser/issues/5597)) - [`63582b6`](https://redirect.github.com/filebrowser/filebrowser/commit/63582b644c7091e81c14c44decc3648b51840b04) chore: run linter </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.50.0
|
||||
appVersion: 2.51.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.2
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 12.25.0
|
||||
version: 12.26.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.50.0@sha256:4f5eaee70fdd6c5efb1d888b8f22f061b965c9414b12f0208b4446d984e56ce3
|
||||
tag: v2.51.0@sha256:c1c516e82221fbec0c2a7a35f2688d9f860b6e32526b5784e7084deedea80397
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user