00a3003880
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | patch | `271ec82` → `c4c627f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.63.18`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.63.18) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.63.17...v2.63.18) #### Changelog - [`fe7efb2`](https://redirect.github.com/filebrowser/filebrowser/commit/fe7efb2e6afe66774cd86a5b0a03033bd514d0c0) chore(release): 2.63.18 - [`2651260`](https://redirect.github.com/filebrowser/filebrowser/commit/2651260a1ccab6d7b30e065de05992818acdb65b) chore: update translations - [`4470288`](https://redirect.github.com/filebrowser/filebrowser/commit/4470288ba1828a14453a99348fd22c62aa0b9460) fix: deduplicate PT language - [`58d2257`](https://redirect.github.com/filebrowser/filebrowser/commit/58d22578e8d7517420feda161fcb9d4749518690) chore: update dependencies - [`dfc2e88`](https://redirect.github.com/filebrowser/filebrowser/commit/dfc2e887e1a19d54984a0d7e39a2a63caf73ef19) fix: avoid recursive conflict checks for copy and move ([#​6009](https://redirect.github.com/filebrowser/filebrowser/issues/6009)) - [`aac2516`](https://redirect.github.com/filebrowser/filebrowser/commit/aac25166378422135e624e305c410c54a39374fb) fix(preview): keep the EPUB table-of-contents button clear of the header ([#​6010](https://redirect.github.com/filebrowser/filebrowser/issues/6010)) - [`c05ead7`](https://redirect.github.com/filebrowser/filebrowser/commit/c05ead7e8e23b6d6c9c9e11271bf8d5e74169f4a) docs: warning about hook executor </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9maWxlYnJvd3NlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
43 lines
1003 B
YAML
43 lines
1003 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.63.18@sha256:c4c627f687668c5a02ab410d8473712c77be7f1f0ea4f8d624d2a1392c495e76
|
|
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
|