01df615f79
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | patch | `8b9b1c5` → `6ef368f` | --- > [!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.57.1`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.57.1) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.57.0...v2.57.1) #### Changelog - [`e193d43`](https://redirect.github.com/filebrowser/filebrowser/commit/e193d43278e79549950d7f0e69af50a38c77f855) chore(release): 2.57.1 - [`489af40`](https://redirect.github.com/filebrowser/filebrowser/commit/489af403a19057f6b6b4b1dc0e48cbb26a202ef9) fix: remove skip clean - [`ff2f004`](https://redirect.github.com/filebrowser/filebrowser/commit/ff2f00498cff151e2fb1f5f0b16963bf33c3d6d4) fix: normalize fields capitalization - [`2957b46`](https://redirect.github.com/filebrowser/filebrowser/commit/2957b4605b58cc4ab49393bcab0d4f87fb587ec7) chore(deps): update all non-major dependencies ([#​5747](https://redirect.github.com/filebrowser/filebrowser/issues/5747)) - [`099dfb0`](https://redirect.github.com/filebrowser/filebrowser/commit/099dfb0ae8a728f2a085ffb5b7f341332f127d16) docs: update headers - [`a428901`](https://redirect.github.com/filebrowser/filebrowser/commit/a4289011ef710bb083f76189c9010a77841083a2) docs: fix headers - [`942d598`](https://redirect.github.com/filebrowser/filebrowser/commit/942d59848a6a461ad462f52442b46275a604a708) chore(doc): add documentation for hook authentication method ([#​5742](https://redirect.github.com/filebrowser/filebrowser/issues/5742)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2ZpbGVicm93c2VyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
42 lines
949 B
YAML
42 lines
949 B
YAML
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.57.1@sha256:6ef368f5a0730ee1638886e4b77a94503fcc302569f7d2ae980b23d59072a700
|
|
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
|