chore(deps): update container image jlesage/handbrake to v23.11.5@92028fe (#15561)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/handbrake](https://togithub.com/jlesage/docker-handbrake) | patch | `v23.11.4` -> `v23.11.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jlesage/docker-handbrake (jlesage/handbrake)</summary> ### [`v23.11.5`](https://togithub.com/jlesage/docker-handbrake/releases/tag/v23.11.5): Version 23.11.5 [Compare Source](https://togithub.com/jlesage/docker-handbrake/compare/v23.11.4...v23.11.5) Changes in this release: - Fixed QSV issue caused by the oneVPL runtime implementation not being selected for Intel CPUs/GPUs requiring it. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy43Ny4xIiwidXBkYXRlZEluVmVyIjoiMzcuNzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
13816a4d61
commit
f7c1ba7320
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.11.4"
|
||||
appVersion: 23.11.5
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/jlesage/docker-handbrake
|
||||
- https://handbrake.fr/
|
||||
type: application
|
||||
version: 17.0.14
|
||||
version: 17.0.15
|
||||
annotations:
|
||||
min_scale_version: "22.12.4"
|
||||
max_scale_version: "23.10.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jlesage/handbrake
|
||||
tag: v23.11.4@sha256:4a5a2453bd78aa529f875a71a5f563c538d7e8ed7128908572c8c78ff91a1385
|
||||
tag: v23.11.5@sha256:92028fe3188dcf2f7600fa4d8b1cbeab77b652d5e86bbf3bcc8acc675bea7b6f
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue