chore(helm): update image docker.io/filebrowser/filebrowser v2.45.3 → v2.46.0 (#41732)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `0f17804` -> `5333396` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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.46.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.46.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.45.3...v2.46.0) #### Changelog - [`4e9e312`](https://redirect.github.com/filebrowser/filebrowser/commit/4e9e312984402b5d0214992f16f79c6e82fa9213) chore(release): 2.46.0 - [`ce3b407`](https://redirect.github.com/filebrowser/filebrowser/commit/ce3b407c51319f95cc6c7936ed87b5b2a1e3e01a) docs: clarify status - [`fb5d099`](https://redirect.github.com/filebrowser/filebrowser/commit/fb5d099f8514516216f407be012d2e3f25de2441) feat: Updates for project File Browser ([#​5544](https://redirect.github.com/filebrowser/filebrowser/issues/5544)) - [`1ace579`](https://redirect.github.com/filebrowser/filebrowser/commit/1ace579a553486bb15af2d11f537414156606434) feat: add context menu ([#​3343](https://redirect.github.com/filebrowser/filebrowser/issues/3343)) - [`ac7b49c`](https://redirect.github.com/filebrowser/filebrowser/commit/ac7b49c1484b4e27a1149310542ccd1e90659ee2) feat: add option to hide the login button from public-facing pages ([#​3922](https://redirect.github.com/filebrowser/filebrowser/issues/3922)) - [`9d44932`](https://redirect.github.com/filebrowser/filebrowser/commit/9d44932dba30b082c46c6057bbcb81ee04ae8d78) chore: use more standard golangci-lint options - [`0d973d3`](https://redirect.github.com/filebrowser/filebrowser/commit/0d973d3aad70ceb88950f2cd9c297fc76e7955b1) feat: add 'hide-dotfiles' as command line parameter ([#​3802](https://redirect.github.com/filebrowser/filebrowser/issues/3802)) - [`cacc099`](https://redirect.github.com/filebrowser/filebrowser/commit/cacc0999e95dbdedbe1ab5d1a12be4a7030e0de0) chore: let functions be longer - [`42d1b6f`](https://redirect.github.com/filebrowser/filebrowser/commit/42d1b6f3aea5f563bc44176613fe1414eb193695) docs: fix badge in readme - [`bb10c3d`](https://redirect.github.com/filebrowser/filebrowser/commit/bb10c3dfa96c207f2dd3ac0ca66e77c7cb4e4d95) docs: clarify release </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.45.3
|
||||
appVersion: 2.46.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -35,8 +35,9 @@ name: filebrowser
|
||||
sources:
|
||||
- https://filebrowser.org/cli/filebrowser
|
||||
- https://github.com/filebrowser/filebrowser
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 12.18.4
|
||||
version: 12.19.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.45.3@sha256:0f178042e05263265078ab788aed69b0f0ae64d7de3efc3ebff177774e29a13d
|
||||
tag: v2.46.0@sha256:5333396817cb93b63e05b0c46fabfafcdb3241df0509860a86ec03d2345e62c5
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user