chore(deps): update container image jlesage/handbrake to v24.01.2@0752dcb by renovate (#17249)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/handbrake](https://togithub.com/jlesage/docker-handbrake) | patch | `v24.01.1` -> `v24.01.2` | --- > [!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> ### [`v24.01.2`](https://togithub.com/jlesage/docker-handbrake/releases/tag/v24.01.2): Version 24.01.2 [Compare Source](https://togithub.com/jlesage/docker-handbrake/compare/v24.01.1...v24.01.2) Changes in this release: - Issue where Linux device of an optical drive could not be opened is now really fixed. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
2ecd223156
commit
799c5b490f
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 24.01.1
|
||||
appVersion: 24.01.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
|
@ -24,7 +24,7 @@ keywords:
|
|||
- handbrake
|
||||
- encode
|
||||
- media
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/handbrake
|
||||
- https://hub.docker.com/r/jlesage/handbrake
|
||||
type: application
|
||||
version: 20.0.0
|
||||
version: 20.0.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jlesage/handbrake
|
||||
tag: v24.01.1@sha256:442c40bf3fbe949a3855a8eb2f3fac9e52bf4e0bde83bdb4177c01501be0afd5
|
||||
tag: v24.01.2@sha256:0752dcb72bd1d1fcbdf5e1712b693cac5cb0f23da019d526613575242d9af43c
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue