130f3f39c3
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `68ac4b9` -> `363c1ea` | --- > [!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.52.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.52.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.51.2...v2.52.0) #### Changelog - [`c11c986`](https://redirect.github.com/filebrowser/filebrowser/commit/c11c986b7383a5c1f18d82ee7e6093dc0544cff9) chore(release): 2.52.0 - [`3fdca6d`](https://redirect.github.com/filebrowser/filebrowser/commit/3fdca6dfd9a18c3f4895b4ef3cbd216824dbb57a) feat: update translations ([#​5615](https://redirect.github.com/filebrowser/filebrowser/issues/5615)) - [`cf96657`](https://redirect.github.com/filebrowser/filebrowser/commit/cf966578d8c6beab111b74f495bac6bdec173f41) fix: hide the context menu when changing the route ([#​5613](https://redirect.github.com/filebrowser/filebrowser/issues/5613)) - [`6d4c867`](https://redirect.github.com/filebrowser/filebrowser/commit/6d4c86767239dad4f09f30f48678f2f3a716eb12) fix: display the directory name in the shared folder view ([#​5617](https://redirect.github.com/filebrowser/filebrowser/issues/5617)) - [`169e97e`](https://redirect.github.com/filebrowser/filebrowser/commit/169e97e6f9634afbcc1cbc0461663d64a0b69483) chore(deps): update all non-major dependencies ([#​5620](https://redirect.github.com/filebrowser/filebrowser/issues/5620)) - [`7fa3432`](https://redirect.github.com/filebrowser/filebrowser/commit/7fa3432f25610bbb55a718bc709b9a7bf41d92f0) feat: sync translations with Transifex - [`e9ce7fa`](https://redirect.github.com/filebrowser/filebrowser/commit/e9ce7fa5aa631b1029d89ad901357cd9a71cfea3) chore(deps): update all non-major dependencies ([#​5601](https://redirect.github.com/filebrowser/filebrowser/issues/5601)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
42 lines
949 B
YAML
42 lines
949 B
YAML
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.52.0@sha256:363c1eae79e7c08bbb994c3511875cbcb65e70df9ac850221d60400c362f4ff9
|
|
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
|