chore(helm): update image docker.io/jlesage/filebot v24.12.1 → v25.02.1 (#32142)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/filebot](https://redirect.github.com/jlesage/docker-filebot) | major | `1cdf595` -> `87e9585` | --- > [!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>jlesage/docker-filebot (docker.io/jlesage/filebot)</summary> ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-filebot/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-filebot/compare/v24.12.1...v25.02.1) Changes in this release: - Updated libmediainfo to version 24.12. - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow runtime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 24.12.1
|
||||
appVersion: 25.02.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/filebot
|
||||
- https://hub.docker.com/r/jlesage/filebot
|
||||
type: application
|
||||
version: 11.11.1
|
||||
version: 12.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/jlesage/filebot
|
||||
tag: v24.12.1@sha256:1cdf59578afb8ea6cfbf44c593fb1346b0d0f6681bc146ed06a8c59d2f6b62d6
|
||||
tag: v25.02.1@sha256:87e95850902c767c93e1bd03a19b7d5786b2dff98c1232f1f0a7ad433652413c
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user