This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://togithub.com/filebrowser/filebrowser) | minor | `v2.26.0` -> `v2.27.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>filebrowser/filebrowser (docker.io/filebrowser/filebrowser)</summary> ### [`v2.27.0`](https://togithub.com/filebrowser/filebrowser/releases/tag/v2.27.0) [Compare Source](https://togithub.com/filebrowser/filebrowser/compare/v2.26.0...v2.27.0) #### Changelog - [`04e03a8`](https://togithub.com/filebrowser/filebrowser/commit/04e03a83) chore(release): 2.27.0 - [`c4e955a`](https://togithub.com/filebrowser/filebrowser/commit/c4e955ac) fix: typo in build error [#​2903](https://togithub.com/filebrowser/filebrowser/issues/2903) ([#​2904](https://togithub.com/filebrowser/filebrowser/issues/2904)) - [`fc04578`](https://togithub.com/filebrowser/filebrowser/commit/fc04578e) Update zh-cn.json ([#​2875](https://togithub.com/filebrowser/filebrowser/issues/2875)) - [`3264cea`](https://togithub.com/filebrowser/filebrowser/commit/3264cea8) fix: delete message when delete file from preview - [`748af71`](https://togithub.com/filebrowser/filebrowser/commit/748af717) feat: allow setting theme via cli ([#​2881](https://togithub.com/filebrowser/filebrowser/issues/2881)) - [`da59532`](https://togithub.com/filebrowser/filebrowser/commit/da595326) chore: update he.json ([#​2877](https://togithub.com/filebrowser/filebrowser/issues/2877)) - [`821fba4`](https://togithub.com/filebrowser/filebrowser/commit/821fba41) build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 ([#​2890](https://togithub.com/filebrowser/filebrowser/issues/2890)) - [`cfafefa`](https://togithub.com/filebrowser/filebrowser/commit/cfafefa3) chore: update Arabic and English translations ([#​2823](https://togithub.com/filebrowser/filebrowser/issues/2823)) - [`391a078`](https://togithub.com/filebrowser/filebrowser/commit/391a078c) feat: make user session timeout configurable by flags ([#​2845](https://togithub.com/filebrowser/filebrowser/issues/2845)) - [`fc2ee37`](https://togithub.com/filebrowser/filebrowser/commit/fc2ee373) build(deps-dev): bump vite from 4.4.9 to 4.4.12 in /frontend ([#​2862](https://togithub.com/filebrowser/filebrowser/issues/2862)) - [`a09dfa8`](https://togithub.com/filebrowser/filebrowser/commit/a09dfa8d) feat: display image resolutions in file details ([#​2830](https://togithub.com/filebrowser/filebrowser/issues/2830)) - [`4dbc802`](https://togithub.com/filebrowser/filebrowser/commit/4dbc8029) fix: fix typo ([#​2843](https://togithub.com/filebrowser/filebrowser/issues/2843)) - [`d59ad59`](https://togithub.com/filebrowser/filebrowser/commit/d59ad594) fix: set correct port in docker healthcheck ([#​2812](https://togithub.com/filebrowser/filebrowser/issues/2812)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
45 lines
983 B
YAML
45 lines
983 B
YAML
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.27.0@sha256:00b75afd52a92e4525e3bcaf61caa2a31b8d878a5b371380686b1145cb0424fd
|
|
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
|
|
portal:
|
|
open:
|
|
enabled: true
|