From 6711271f5e96a00ecd23e6988cb9550aa3cddc99 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 18 Nov 2025 12:08:57 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/fileb?= =?UTF-8?q?rowser/filebrowser=20v2.48.1=20=E2=86=92=20v2.48.2=20(#41826)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | patch | `7eba9e2` -> `79e7cd8` | --- > [!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
filebrowser/filebrowser (docker.io/filebrowser/filebrowser) ### [`v2.48.2`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.48.2) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.48.1...v2.48.2) #### Flags and Environment Variables Improvements - In the root command (`filebrowser`), all flags are now correctly available as environmental variables, except for `--config` flag. This was already supposed to be the case, but due to bugs in the implementation it didn't work properly. - When performing quick setup, all flags should be taken into account. - All configuration options that are available as flags should now properly update the configuration when using the `config init` and `config set` commands. - Flag names are now consistently in the lowerCamelCase format. All flags that were in a different format have been updated in a backwards compatible way. For a transitionary period of at least 6 months, both will work: - `--dir-mode` --> `--dirMode` - `--hide-login-button` --> `--hideLoginButton` - `--create-user-dir` --> `--createUserDir` - `--minimum-password-length` --> `--minimumPasswordLength` - `--socket-perm` --> `--socketPerm` - `--disable-thumbnails` --> `--disableThumbnails` - `--disable-preview-resize` --> `--disablePreviewResize` - `--disable-exec` --> `--disableExec` - `--disable-type-detection-by-header` --> `--disableTypeDetectionByHeader` - `--img-processors` --> `--imageProcessors` (environment variable changed from `FB_IMG_PROCESSORS` to `FB_IMAGE_PROCESSORS`) - `--cache-dir` --> `--cacheDir` - `--token-expiration-time` --> `--tokenExpirationTime` - `--baseurl` --> `--baseURL` (environment variable changed from `FB_BASEURL` to `FB_BASE_URL`) > \[!IMPORTANT] > > A bug has been squashed where the flag values (and their defaults) were **always** being used on runtime for enabling and disabling certain features. This meant that enabling and disabling these settings via `filebrowser config set` had no effect. This is now fixed. > > As a consequence, some users may notice that some of the features they previously had enabled are now disabled, and vice-versa. This bug pertained the following features: thumbnails, resize of image previews, type detection by header sniffing, and command execution. > > You can permanently configure these features using [`filebrowser config set`](https://filebrowser.org/cli/filebrowser-config-set.html). For example, to enable thumbnails, run `filebrowser config set --disableThumbnails=false`. If some flag or environment variable is not working as intended, or if some option is not working, please report a bug. #### Changelog - [`c284de9`](https://redirect.github.com/filebrowser/filebrowser/commit/c284de9d2c1f01cb2a7a1c87423108ec531b7bcc) chore(release): 2.48.2 - [`984ea7b`](https://redirect.github.com/filebrowser/filebrowser/commit/984ea7b569e3bd33b6f91ebdf63684a618d51e94) fix: add transitionary support for FB\_BASEURL - [`fd7b70c`](https://redirect.github.com/filebrowser/filebrowser/commit/fd7b70cf38ac67c8c9ff79f2e7fde5e2ec45a1de) refactor: rename python for clarification - [`13e3b46`](https://redirect.github.com/filebrowser/filebrowser/commit/13e3b46718951d4ba82c968d66d731a6ec8b80eb) chore(deps): update all non-major dependencies ([#​5560](https://redirect.github.com/filebrowser/filebrowser/issues/5560))
--- ### 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. --- - [ ] 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). --- charts/stable/filebrowser/Chart.yaml | 4 ++-- charts/stable/filebrowser/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index 162af3e64a3..7f0d968920b 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2.48.1 +appVersion: 2.48.2 dependencies: - name: common version: 28.26.3 @@ -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.21.0 +version: 12.21.1 diff --git a/charts/stable/filebrowser/values.yaml b/charts/stable/filebrowser/values.yaml index 97ebbb5712f..c5f4dfb1799 100644 --- a/charts/stable/filebrowser/values.yaml +++ b/charts/stable/filebrowser/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/filebrowser/filebrowser pullPolicy: IfNotPresent - tag: v2.48.1@sha256:7eba9e262147ad5715c8f75cddd51a3969159a1a7d8479e8aa8c05d30cc4644d + tag: v2.48.2@sha256:79e7cd8f88b72a8961d09a140dc5351ba2bd729c9dc99fa1328177d5f44a3695 workload: main: podSpec: