chore(deps): update container image jlesage/avidemux to v24.01.1@74d2463 by renovate (#17706)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/avidemux](https://togithub.com/jlesage/docker-avidemux) | major | `v23.11.2` -> `v24.01.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jlesage/docker-avidemux (jlesage/avidemux)</summary> ### [`v24.01.1`](https://togithub.com/jlesage/docker-avidemux/releases/tag/v24.01.1): Version 24.01.1 [Compare Source](https://togithub.com/jlesage/docker-avidemux/compare/v23.11.2...v24.01.1) Changes in this release: - Updated baseimage to version 4.5.3, which brings the following changes: - Disabled fullscreen support when page is loaded into an iFrame. - Rebuilt against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
4028be2769
commit
4baac45ec3
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 23.11.2
|
appVersion: 24.01.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 17.2.29
|
version: 17.2.29
|
||||||
|
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png
|
||||||
keywords:
|
keywords:
|
||||||
- media
|
- media
|
||||||
- avidemux
|
- avidemux
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
@ -34,4 +34,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
|
- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
|
||||||
- https://hub.docker.com/r/jlesage/avidemux
|
- https://hub.docker.com/r/jlesage/avidemux
|
||||||
type: application
|
type: application
|
||||||
version: 7.1.11
|
version: 8.0.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: jlesage/avidemux
|
repository: jlesage/avidemux
|
||||||
tag: v23.11.2@sha256:b2a68ff4524d31e69e483442aea02c0531e02f65df1eb18c74bc8c5b7aa7ad4a
|
tag: v24.01.1@sha256:74d2463ff2d15c30fd9531a5943985f8bed02f007f4d5f9cdcb89aa0b06f43ae
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Reference in New Issue