Files
truecharts/charts/stable/filebrowser/values.yaml
T
TrueCharts BotandGitHub 840c827256 chore(helm): update image docker.io/filebrowser/filebrowser v2.36.1 → v2.36.3 (#37192)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser)
| patch | `25a17f9` -> `9f4f394` |

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

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

#### Docker Image Updates

The Docker image has been updated recently, with breaking changes. Read
the release notes from
[v2.33.0](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.33.0)
to learn how to upgrade.

#### Changelog

-
[`200b9a6`](https://redirect.github.com/filebrowser/filebrowser/commit/200b9a6c260e688a33d6b6f65f31f81a4e2a2278)
chore(release): 2.36.3
-
[`3645b57`](https://redirect.github.com/filebrowser/filebrowser/commit/3645b578cddb9fc8f25a00e0153fb600ad1b9266)
fix: log error if branding file exists but cannot be loaded

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

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

#### Docker Image Updates

The Docker image has been updated recently, with breaking changes. Read
the release notes from
[v2.33.0](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.33.0)
to learn how to upgrade.

#### Changelog

-
[`cc6db83`](https://redirect.github.com/filebrowser/filebrowser/commit/cc6db8398885ae4122bdd770ebe89c9a9a71ae62)
chore(release): 2.36.2
-
[`046d619`](https://redirect.github.com/filebrowser/filebrowser/commit/046d6193c57b4df0e3dc583b6518b43d29d302c9)
fix: lookup directory name if blank when downloading shared directory
-
[`244fda2`](https://redirect.github.com/filebrowser/filebrowser/commit/244fda2f2c1f90a2cfb33375a7d0d94f5107afe1)
chore: base s6 image has now manifest for arm64

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-07-07 20:50:20 +02:00

42 lines
949 B
YAML

image:
repository: docker.io/filebrowser/filebrowser
pullPolicy: IfNotPresent
tag: v2.36.3@sha256:9f4f394e54d760498cb94def10fe1baa77a95402b7bc42a5d129588e795ed281
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
FB_ADDRESS: ""
FB_BASEURL: ""
FB_DATABASE: "/database/filebrowser.db"
FB_CONFIG: "/config/filebrowser.json"
FB_ROOT: "/data"
FB_PORT: "{{ .Values.service.main.ports.main.port }}"
service:
main:
ports:
main:
port: 10187
persistence:
config:
enabled: true
mountPath: /config
database:
enabled: true
mountPath: /database
data:
enabled: true
mountPath: /data