743b1bec2f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `6e950e9` → `a7b81ca` | --- > [!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.60.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.60.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.59.0...v2.60.0) #### Changelog - [`7b16e2d`](https://redirect.github.com/filebrowser/filebrowser/commit/7b16e2de903228cc463188483c2f976e1131209b) chore(release): 2.60.0 - [`2470b9e`](https://redirect.github.com/filebrowser/filebrowser/commit/2470b9eb69f183a4b4f1e948ad4fab47a97ef382) chore(deps): update all non-major dependencies ([#​5780](https://redirect.github.com/filebrowser/filebrowser/issues/5780)) - [`9940bdd`](https://redirect.github.com/filebrowser/filebrowser/commit/9940bdd663ff5141110778524b8a22c957036e78) feat: Updates for project File Browser ([#​5764](https://redirect.github.com/filebrowser/filebrowser/issues/5764)) - [`200d501`](https://redirect.github.com/filebrowser/filebrowser/commit/200d5015472c79d5caa683ea291ebf500356a39f) fix: modal lifecycle issues, multiple modals, new directory creation and discard changes behavior ([#​5773](https://redirect.github.com/filebrowser/filebrowser/issues/5773)) - [`3169a14`](https://redirect.github.com/filebrowser/filebrowser/commit/3169a14a4d63a0a11a5288f4f3a674c0a0edb972) fix: always show separators and encoding list in the CSV viewer ([#​5774](https://redirect.github.com/filebrowser/filebrowser/issues/5774)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlsZWJyb3dzZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
43 lines
1002 B
YAML
43 lines
1002 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.60.0@sha256:a7b81cab28cf93de4c3ac97403d92f38d23191d7247e9c37611d4afa2d8d0c69
|
|
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
|