chore(deps): update container image docker.io/filebrowser/filebrowser to v2.30.0@862a8f4 by renovate (#22243)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://togithub.com/filebrowser/filebrowser) | minor | `v2.29.0` -> `v2.30.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.30.0`](https://togithub.com/filebrowser/filebrowser/releases/tag/v2.30.0) [Compare Source](https://togithub.com/filebrowser/filebrowser/compare/v2.29.0...v2.30.0) #### Changelog - [`6ca3d5a`](https://togithub.com/filebrowser/filebrowser/commit/6ca3d5a5) chore(release): 2.30.0 - [`3b48f75`](https://togithub.com/filebrowser/filebrowser/commit/3b48f753) fix: add overlay for sidebar on mobile ([#​3197](https://togithub.com/filebrowser/filebrowser/issues/3197)) - [`4c5b612`](https://togithub.com/filebrowser/filebrowser/commit/4c5b612c) fix: shell window size ([#​3198](https://togithub.com/filebrowser/filebrowser/issues/3198)) - [`e336a25`](https://togithub.com/filebrowser/filebrowser/commit/e336a25a) fix: current folder name in page title ([#​3200](https://togithub.com/filebrowser/filebrowser/issues/3200)) - [`c9e05f9`](https://togithub.com/filebrowser/filebrowser/commit/c9e05f98) chore: Optimize upload indicator display ([#​3202](https://togithub.com/filebrowser/filebrowser/issues/3202)) - [`be62f56`](https://togithub.com/filebrowser/filebrowser/commit/be62f567) feat: Enhance MIME Type Detection for Additional File Extensions ([#​3183](https://togithub.com/filebrowser/filebrowser/issues/3183)) - [`2e47a03`](https://togithub.com/filebrowser/filebrowser/commit/2e47a038) feat: allow multi-select with SHIFT key in singleClick mode ([#​3185](https://togithub.com/filebrowser/filebrowser/issues/3185)) - [`a9c327c`](https://togithub.com/filebrowser/filebrowser/commit/a9c327cc) fix: The file type icon in the file list is sensitive to the case of the suffix name ([#​3187](https://togithub.com/filebrowser/filebrowser/issues/3187)) - [`782375b`](https://togithub.com/filebrowser/filebrowser/commit/782375b1) fix: Fixing the inability to play MKV video files online and enhancing the auxiliary features of the VideoPlayer. ([#​3181](https://togithub.com/filebrowser/filebrowser/issues/3181)) - [`5d5e8ed`](https://togithub.com/filebrowser/filebrowser/commit/5d5e8ed4) chore: update zh-cn.json and zh-tw.json ([#​3186](https://togithub.com/filebrowser/filebrowser/issues/3186)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.29.0
|
||||
appVersion: 2.30.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.0
|
||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/filebrowser
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.webp
|
||||
keywords:
|
||||
- filebrowser
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 10.1.0
|
||||
version: 10.2.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.29.0@sha256:33816c92ba4401bab465528bb54655df427eaaa80dc177e5aecb33d5b8b0a8f7
|
||||
tag: v2.30.0@sha256:862a8f4f4829cb2747ced869aea8593204bbc718c92f0f11c97e7b669a54b53d
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user