4cb088712b
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | patch | `v2.31.1` -> `v2.31.2` | --- > [!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.31.2`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.31.2) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.31.1...v2.31.2) #### Changelog - [`129a4fd`](https://redirect.github.com/filebrowser/filebrowser/commit/129a4fd39d550bd2a449575cf93f061593e39102) chore(release): 2.31.2 - [`64400ff`](https://redirect.github.com/filebrowser/filebrowser/commit/64400ffda8b09f66b8662a3c9400235139800a4d) fix: files list alignment ([#​3494](https://redirect.github.com/filebrowser/filebrowser/issues/3494)) - [`03d74ee`](https://redirect.github.com/filebrowser/filebrowser/commit/03d74ee7582196c09720f8d488056339f06c446c) build(deps): bump rollup from 4.21.3 to 4.22.4 in /frontend ([#​3504](https://redirect.github.com/filebrowser/filebrowser/issues/3504)) - [`2b37e69`](https://redirect.github.com/filebrowser/filebrowser/commit/2b37e696c9bde4d0c453de236a3555d982346bbb) fix: added whitespace before version ([#​3510](https://redirect.github.com/filebrowser/filebrowser/issues/3510)) - [`21d5ee1`](https://redirect.github.com/filebrowser/filebrowser/commit/21d5ee1b97e9d553e299cd739e4539909e2ff03d) chore: bump 'actions/stale' to latest version ([#​3489](https://redirect.github.com/filebrowser/filebrowser/issues/3489)) - [`ec7b643`](https://redirect.github.com/filebrowser/filebrowser/commit/ec7b643e8e9499f7ff226ec7f8e63a9df9890352) build(deps-dev): bump vite from 5.2.7 to 5.4.6 in /frontend ([#​3496](https://redirect.github.com/filebrowser/filebrowser/issues/3496)) - [`d729701`](https://redirect.github.com/filebrowser/filebrowser/commit/d729701bd47cb71863b00567c7f21b5a20fc0f32) chore: fix typos ([#​3490](https://redirect.github.com/filebrowser/filebrowser/issues/3490)) - [`406d4f7`](https://redirect.github.com/filebrowser/filebrowser/commit/406d4f78845a1684df7c9c457b208f4dd9b2a930) fix: change location of custom init scripts ([#​3493](https://redirect.github.com/filebrowser/filebrowser/issues/3493)) - [`1e7c415`](https://redirect.github.com/filebrowser/filebrowser/commit/1e7c41505fb6a3b9baa1534787492a186e09bcfb) fix: german translation spelling typos ([#​3469](https://redirect.github.com/filebrowser/filebrowser/issues/3469)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
45 lines
983 B
YAML
45 lines
983 B
YAML
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.31.2@sha256:a4da9ca8364b0a1fc5dd36f7add92582bf673c0ae0bda8dd9bd13062c41d1715
|
|
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
|