mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 05:51:24 -03:00
chore(helm): update image docker.io/filebrowser/filebrowser v2.43.0 → v2.44.0 (#40017)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `1d0bcba` -> `f633694` | --- > [!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.44.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.44.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.43.0...v2.44.0) #### Changelog - [`878cdfb`](878cdfbc52) chore(release): 2.44.0 - [`1165f00`](1165f00bd4) feat: Updates for project File Browser ([#​5457](https://redirect.github.com/filebrowser/filebrowser/issues/5457)) - [`949ddff`](949ddffef2) fix: some formatting issues with i18n files - [`c472542`](c4725428e0) fix: computation of file path - [`d29ad35`](d29ad356d1) feat: Improved path display in the new file and directory modal ([#​5451](https://redirect.github.com/filebrowser/filebrowser/issues/5451)) - [`692ca5e`](692ca5eaf0) fix(upload): throttle upload speed calculation to 100ms to avoid Infinity MB/s ([#​5456](https://redirect.github.com/filebrowser/filebrowser/issues/5456)) - [`b9787c7`](b9787c78f3) feat: allow setting ace editor theme ([#​3826](https://redirect.github.com/filebrowser/filebrowser/issues/3826)) - [`dec7a02`](dec7a02737) feat: Translate frontend/src/i18n/en.json in no - [`0eade71`](0eade717ce) feat: Updates for project File Browser ([#​5450](https://redirect.github.com/filebrowser/filebrowser/issues/5450)) - [`e6c674b`](e6c674b3c6) fix: show login when session token expires - [`4ff247e`](4ff247e134) feat: Updates for project File Browser ([#​5446](https://redirect.github.com/filebrowser/filebrowser/issues/5446)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.43.0
|
||||
appVersion: 2.44.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.20.0
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 12.11.0
|
||||
version: 12.12.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.43.0@sha256:1d0bcba4bd7d8886cc6f77c791694d69f9c7c78e889c4ed3a5734529daed9fa1
|
||||
tag: v2.44.0@sha256:f63369420687482dfdf252f80ef675f44ca1d1cd3a631261fb424136214fe629
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user