This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `b7e0589` -> `5096c40` | 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.42.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.42.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.41.0...v2.42.0) #### Changelog - [`7f559ff`](https://redirect.github.com/filebrowser/filebrowser/commit/7f559ffd07c7cce65a55dcf66784e168fc6e955c) chore(release): 2.42.0 - [`619f683`](https://redirect.github.com/filebrowser/filebrowser/commit/619f6837b0d1ec6c654d30f4ecedd6696874721f) fix: norsk loading - [`d778c19`](https://redirect.github.com/filebrowser/filebrowser/commit/d778c192ae02c5e73781f7632e3b7276c5811e17) Revert "chore(release): 2.42.0" - [`a290c6d`](https://redirect.github.com/filebrowser/filebrowser/commit/a290c6d7db110efd84c5f6f3b58f773c0c2b1f7a) chore(release): 2.42.0 - [`c1b0207`](https://redirect.github.com/filebrowser/filebrowser/commit/c1b0207800b4bb52c8dd459c1d69ce0f785473b6) build: bump to go 1.24 - [`c7a5c7e`](https://redirect.github.com/filebrowser/filebrowser/commit/c7a5c7efee2b2bede89ec90bafd1af61c39519ff) build: bump go version to 1.23.11 - [`cbeec6d`](https://redirect.github.com/filebrowser/filebrowser/commit/cbeec6d225691723c4750d7f84122ebb14d662bf) feat: select item on file list after navigating back ([#​5329](https://redirect.github.com/filebrowser/filebrowser/issues/5329)) - [`25e47c3`](https://redirect.github.com/filebrowser/filebrowser/commit/25e47c3ce8b35b820b5370a4b8bfdf682bd5ae0b) feat: add Norwegian support ([#​5332](https://redirect.github.com/filebrowser/filebrowser/issues/5332)) - [`5eb3bf4`](https://redirect.github.com/filebrowser/filebrowser/commit/5eb3bf40586c2ffc32f4834b5dd59f0eb719c1f7) feat: Translate frontend/src/i18n/en.json in no - [`07dfdce`](https://redirect.github.com/filebrowser/filebrowser/commit/07dfdce8e4c371f4ca7480f3cef0bd66ff5c9abb) feat: Translate frontend/src/i18n/en.json in sk </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
42 lines
949 B
YAML
42 lines
949 B
YAML
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.42.0@sha256:5096c405f00f1062facc843773e2de875a1fef177bc31b8f0e4d6aeab53a1219
|
|
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
|