Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fe8a87be0b
commit
fd5a3b4191
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [mediainfo-5.0.12](https://github.com/truecharts/charts/compare/mediainfo-5.0.11...mediainfo-5.0.12) (2023-11-17)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [mediainfo-5.0.13](https://github.com/truecharts/charts/compare/mediainfo-5.0.12...mediainfo-5.0.13) (2023-11-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image jlesage/mediainfo to v23.11.2 ([#15154](https://github.com/truecharts/charts/issues/15154))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mediainfo-5.0.12](https://github.com/truecharts/charts/compare/mediainfo-5.0.11...mediainfo-5.0.12) (2023-11-17)
|
## [mediainfo-5.0.12](https://github.com/truecharts/charts/compare/mediainfo-5.0.11...mediainfo-5.0.12) (2023-11-17)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- update container image tccr.io/truecharts/mediainfo to v23.10.1 ([#13281](https://github.com/truecharts/charts/issues/13281))
|
- update container image tccr.io/truecharts/mediainfo to v23.10.1 ([#13281](https://github.com/truecharts/charts/issues/13281))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mediainfo-5.0.1](https://github.com/truecharts/charts/compare/mediainfo-5.0.0...mediainfo-5.0.1) (2023-09-22)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/mediainfo to v23.09.1 ([#12840](https://github.com/truecharts/charts/issues/12840))
|
|
||||||
|
|
||||||
|
|
|
@ -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/mediainfo
|
- https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo
|
||||||
- https://github.com/jlesage/docker-mediainfo
|
- https://github.com/jlesage/docker-mediainfo
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.12
|
version: 5.0.13
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [mediainfo-5.0.13](https://github.com/truecharts/charts/compare/mediainfo-5.0.12...mediainfo-5.0.13) (2023-11-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image jlesage/mediainfo to v23.11.2 ([#15154](https://github.com/truecharts/charts/issues/15154))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: jlesage/mediainfo
|
repository: jlesage/mediainfo
|
||||||
tag: v23.11.1@sha256:546beed9e51c6543127aaa4d507ae735a66c52cb8a2bf04cf20e4b8225cb456b
|
tag: v23.11.2@sha256:ff4ae5e9e04fa69b42ea8ad990c71860c0d63fbcdeeedc0dcfc06ec1785064a9
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
Loading…
Reference in New Issue