chore(helm): update image docker.io/filebrowser/filebrowser v2.47.0 → v2.48.1 (#41811)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser)
| minor | `e517969` -> `7eba9e2` |

---

> [!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.48.1`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.48.1)

[Compare
Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.48.0...v2.48.1)

#### 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`
  - `--cache-dir` --> `--cacheDir`
  - `--token-expiration-time` --> `--tokenExpirationTime`
  - `--baseurl` --> `--baseURL`

If some flag or environment variable is not working as intended, or if
some option is not working, please report a bug.

#### Changelog

-
[`d759ab0`](https://redirect.github.com/filebrowser/filebrowser/commit/d759ab0bd8a41ad36e5f58955375c4bc75ad961c)
chore(release): 2.48.1
-
[`00323a8`](https://redirect.github.com/filebrowser/filebrowser/commit/00323a8f375ed2b82e38b836ee8b27415b7376a4)
chore: fix Taskfile commit when change
-
[`420adea`](https://redirect.github.com/filebrowser/filebrowser/commit/420adea7e61a1c182cddd6fb2544a0752e5709f7)
fix: options should only override if set

###
[`v2.48.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.48.0)

[Compare
Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.47.0...v2.48.0)

#### 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`
  - `--cache-dir` --> `--cacheDir`
  - `--token-expiration-time` --> `--tokenExpirationTime`
  - `--baseurl` --> `--baseURL`

If some flag or environment variable is not working as intended, or if
some option is not working, please report a bug.

#### Changelog

-
[`f576d38`](https://redirect.github.com/filebrowser/filebrowser/commit/f576d38a7ef975e0affe6f3d285f47f1cd399a16)
chore(release): 2.48.0
-
[`9bdc67c`](https://redirect.github.com/filebrowser/filebrowser/commit/9bdc67c2071f38fce4cd481c7a7b8ea5d3eaa3ab)
chore(docs): update CLI documentation
-
[`f41585f`](https://redirect.github.com/filebrowser/filebrowser/commit/f41585f0392d65c08c01ab65b62d3eeb04c03b7d)
fix: use all available flags in quick setup
-
[`89be0b1`](https://redirect.github.com/filebrowser/filebrowser/commit/89be0b1873527987dd2dddac746e93b8bc684d46)
refactor: reuse logic for config init and set
-
[`8c5dc76`](https://redirect.github.com/filebrowser/filebrowser/commit/8c5dc7641e6f8aadd9e5d5d3b25a2ad9f1ec9a1e)
fix: add tokenExpirationTime to `config init` and troubleshoot docs
([#&#8203;5546](https://redirect.github.com/filebrowser/filebrowser/issues/5546))
-
[`0a0cb80`](https://redirect.github.com/filebrowser/filebrowser/commit/0a0cb8046fce52f1ff926171b34bcdb7cd39aab3)
feat: consistent flags and environment variables
([#&#8203;5549](https://redirect.github.com/filebrowser/filebrowser/issues/5549))
-
[`f89435c`](https://redirect.github.com/filebrowser/filebrowser/commit/f89435c068110b1470f29e4cbff28c63de9b5397)
chore: fix taskfile

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-11-17 10:50:40 +01:00
committed by GitHub
parent 5bc587ea92
commit dd9d85a74c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.47.0
appVersion: 2.48.1
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.20.0
version: 12.21.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: docker.io/filebrowser/filebrowser
pullPolicy: IfNotPresent
tag: v2.47.0@sha256:e5179691fd2af12faec4d51878a180ec8cabf51824e91bd7b104a1d67b25c73e
tag: v2.48.1@sha256:7eba9e262147ad5715c8f75cddd51a3969159a1a7d8479e8aa8c05d30cc4644d
workload:
main:
podSpec: