chore(helm): update image docker.io/filebrowser/filebrowser v2.32.3 → v2.33.2 (#36526)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser)
| minor | `9a14d4f` -> `57a7a97` |

---

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

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

#### Changelog

-
[`ffb858e`](ffb858e4ef)
chore(release): 2.33.2
-
[`0ca8059`](0ca8059d8d)
fix: create user dir on signup

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

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

#### Changelog

-
[`8ca0804`](8ca080422f)
chore(release): 2.33.1
-
[`cbb7124`](cbb712484d)
fix: remove auth query parameter from download and preview links
-
[`8a14018`](8a14018861)
fix: downloadUrl of file preview
([#&#8203;3728](https://redirect.github.com/filebrowser/filebrowser/issues/3728))
-
[`a493ec9`](a493ec90ff)
docs: add more docker notes
-
[`3311303`](33113036cd)
docs: update security.md
-
[`a02b297`](a02b2972eb)
fix: search uses ctrl+shift+f instead of hijacking browser's ctrl+f
([#&#8203;4638](https://redirect.github.com/filebrowser/filebrowser/issues/4638))

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

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

#### Docker Image Updates

Two breaking changes have been done to the Alpine Docker images in order
to address issues have been having for some time:

- **User**: File Browser no longer runs as `root`, but as user with PID
1000 and GID 1000 by default.
- **Volumes**: The volumes with the database and configuration are now
aligned with the s6-overlay images.

Assuming you have a `database.db`, a `.filebrowser.json` and the data in
`/data`, do the following:

1. Change the path of `database` in `.filebrowser.json` to
`/database/filebrowser.db`
2.  Rename `database.db` to `filebrowser.db`
3.  Rename `.filebrowser.json` to `settings.json`
4. Put them in the same directory locally, let's say `/app/filebrowser/`
5. Change the permissions of both files: `sudo chown 1000:1000
/app/filebrowser/filebrowser.db /app/filebrowser/settings.json /data`
6. Mount with the flags `-v /app/filebrowser:/database -v
/app/filebrowser:/config` - you can also choose to put them in separate
directories, but it is not needed.

For more details, check the documentation:
https://github.com/filebrowser/filebrowser/blob/v2.33.0/docs/installation.md#docker.

#### Changelog

-
[`e9bb3dc`](e9bb3dc243)
chore(release): 2.33.0
-
[`2e26393`](2e26393a02)
feat: improved docker image volumes and permissions
([#&#8203;5160](https://redirect.github.com/filebrowser/filebrowser/issues/5160))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-06-21 20:44:22 +02:00
committed by GitHub
parent 7d175a5fe2
commit e55a945bed
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.32.3
appVersion: 2.33.2
dependencies:
- name: common
version: 25.4.10
@@ -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: 11.7.1
version: 11.8.0

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/filebrowser/filebrowser
pullPolicy: IfNotPresent
tag: v2.32.3@sha256:9a14d4f683ec0807f213fb58371845f9ac1bfd749f4e7fe897a64c1f619b000c
tag: v2.33.2@sha256:57a7a972787ae64ca4d26c2c3cb2cdd05f258e8aca250ade6ea2c206341c03bd
workload:
main:
podSpec: