This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `51042a8` -> `2c54423` | --- > [!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.56.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.56.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.55.0...v2.56.0) #### Changelog - [`1053aac`](https://redirect.github.com/filebrowser/filebrowser/commit/1053aace8c9a63ded3780f44b18f724cd5602e65) chore(release): 2.56.0 - [`004488c`](https://redirect.github.com/filebrowser/filebrowser/commit/004488c15b3c30784e1ea564b3ca9feec7bcad08) fix: avoid clearing selection when clicking elements outside the empty area ([#​5715](https://redirect.github.com/filebrowser/filebrowser/issues/5715)) - [`3032a1f`](https://redirect.github.com/filebrowser/filebrowser/commit/3032a1fade43737c51c49b5ccda34f336394c2ed) fix: adjust columns of the table from the "users ls" command ([#​5716](https://redirect.github.com/filebrowser/filebrowser/issues/5716)) - [`87f1d00`](https://redirect.github.com/filebrowser/filebrowser/commit/87f1d00fd70951003e3ab05f4ff243b6dd0b5ca7) chore(deps): update all non-major dependencies ([#​5714](https://redirect.github.com/filebrowser/filebrowser/issues/5714)) - [`f0f2f1f`](https://redirect.github.com/filebrowser/filebrowser/commit/f0f2f1ff069aae566d8bf25ec275da59f29a96bc) feat: Updates for project File Browser ([#​5698](https://redirect.github.com/filebrowser/filebrowser/issues/5698)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlsZWJyb3dzZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
42 lines
949 B
YAML
42 lines
949 B
YAML
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.56.0@sha256:2c54423548d030a0613e144151d7783eb43321a3a79a1ba291c24b4198c048b1
|
|
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
|