Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ab777b8952
commit
15ae6528fb
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [avidemux-5.0.10](https://github.com/truecharts/charts/compare/avidemux-5.0.9...avidemux-5.0.10) (2023-11-17)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [avidemux-5.0.11](https://github.com/truecharts/charts/compare/avidemux-5.0.10...avidemux-5.0.11) (2023-11-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image jlesage/avidemux to v23.11.2 ([#15148](https://github.com/truecharts/charts/issues/15148))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [avidemux-5.0.10](https://github.com/truecharts/charts/compare/avidemux-5.0.9...avidemux-5.0.10) (2023-11-17)
|
## [avidemux-5.0.10](https://github.com/truecharts/charts/compare/avidemux-5.0.9...avidemux-5.0.10) (2023-11-17)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
## [avidemux-4.0.26](https://github.com/truecharts/charts/compare/avidemux-4.0.25...avidemux-4.0.26) (2023-07-29)
|
## [avidemux-4.0.26](https://github.com/truecharts/charts/compare/avidemux-4.0.25...avidemux-4.0.26) (2023-07-29)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [avidemux-4.0.25](https://github.com/truecharts/charts/compare/avidemux-4.0.24...avidemux-4.0.25) (2023-07-01)
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "23.11.1"
|
appVersion: 3.11.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
|
- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
|
||||||
- https://github.com/jlesage/docker-avidemux
|
- https://github.com/jlesage/docker-avidemux
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.10
|
version: 5.0.11
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [avidemux-5.0.11](https://github.com/truecharts/charts/compare/avidemux-5.0.10...avidemux-5.0.11) (2023-11-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image jlesage/avidemux to v23.11.2 ([#15148](https://github.com/truecharts/charts/issues/15148))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: jlesage/avidemux
|
repository: jlesage/avidemux
|
||||||
tag: v23.11.1@sha256:7f242e328251ceeda72d0b6d3f3ba7efa92c2556e1467f254e5501216baea239
|
tag: v23.11.2@sha256:b2a68ff4524d31e69e483442aea02c0531e02f65df1eb18c74bc8c5b7aa7ad4a
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
Loading…
Reference in New Issue