This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | patch | `5096c40` -> `822a685` | --- > [!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.42.3`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.42.3) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.42.2...v2.42.3) #### Changelog - [`0f41aac`](https://redirect.github.com/filebrowser/filebrowser/commit/0f41aac20b0adfe734d600819223d8caa13dfa02) chore(release): 2.42.3 - [`cd51a59`](https://redirect.github.com/filebrowser/filebrowser/commit/cd51a59e72c72560fce7bcc9b12aaf02646b699c) fix: add missing CLI flags for user management ([#​5351](https://redirect.github.com/filebrowser/filebrowser/issues/5351)) ### [`v2.42.2`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.42.2) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.42.1...v2.42.2) #### Changelog - [`c829330`](https://redirect.github.com/filebrowser/filebrowser/commit/c829330b53d65016d56e6369b8283b0b70f959b3) chore(release): 2.42.2 - [`c14cf86`](https://redirect.github.com/filebrowser/filebrowser/commit/c14cf86f8304e01d804e01a7eef5ea093627ef37) refactor: upload progress calculation ([#​5350](https://redirect.github.com/filebrowser/filebrowser/issues/5350)) - [`6d620c0`](https://redirect.github.com/filebrowser/filebrowser/commit/6d620c00a19c33e5cac10bfb2441846f30d0bade) docs: reword configuration intro - [`06e8713`](https://redirect.github.com/filebrowser/filebrowser/commit/06e8713fa55065d38f02499d3e8d39fc86926cab) fix: show file upload errors ### [`v2.42.1`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.42.1) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.42.0...v2.42.1) #### Changelog - [`af9b425`](https://redirect.github.com/filebrowser/filebrowser/commit/af9b42549ff5db3305e0bee51387dd763beeff9f) chore(release): 2.42.1 - [`75baf7c`](https://redirect.github.com/filebrowser/filebrowser/commit/75baf7ce337671a1045f897ba4a19967a31b1aec) feat: Translate frontend/src/i18n/en.json in vi - [`4ff6347`](https://redirect.github.com/filebrowser/filebrowser/commit/4ff634715543b65878943273dff70f340167900b) fix: directory mode on config init - [`14ee054`](https://redirect.github.com/filebrowser/filebrowser/commit/14ee0543599f2ec73b7f5d2dbd8415f47fe592aa) feat: Translate frontend/src/i18n/en.json in sk </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
42 lines
949 B
YAML
42 lines
949 B
YAML
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.42.3@sha256:822a6851fe09f967953cb60b596a140aa84cdcc002124ae530ba5b9a70a01d2a
|
|
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
|