Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
12369a1f2f
commit
c4ad66bd51
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [mkvtoolnix-6.0.10](https://github.com/truecharts/charts/compare/mkvtoolnix-6.0.9...mkvtoolnix-6.0.10) (2023-11-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/mkvtoolnix to v23.11.2 ([#14535](https://github.com/truecharts/charts/issues/14535))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mkvtoolnix-6.0.9](https://github.com/truecharts/charts/compare/mkvtoolnix-6.0.8...mkvtoolnix-6.0.9) (2023-11-08)
|
## [mkvtoolnix-6.0.9](https://github.com/truecharts/charts/compare/mkvtoolnix-6.0.8...mkvtoolnix-6.0.9) (2023-11-08)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mkvtoolnix-5.0.18](https://github.com/truecharts/charts/compare/mkvtoolnix-5.0.17...mkvtoolnix-5.0.18) (2023-07-07)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/mkvtoolnix to v23.07.1 ([#10284](https://github.com/truecharts/charts/issues/10284))
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "23.11.1"
|
appVersion: "23.11.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -23,7 +23,7 @@ sources:
|
||||||
- https://github.com/jlesage/docker-mkvtoolnix
|
- https://github.com/jlesage/docker-mkvtoolnix
|
||||||
- https://mkvtoolnix.download/
|
- https://mkvtoolnix.download/
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.9
|
version: 6.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [mkvtoolnix-6.0.10](https://github.com/truecharts/charts/compare/mkvtoolnix-6.0.9...mkvtoolnix-6.0.10) (2023-11-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/mkvtoolnix to v23.11.2 ([#14535](https://github.com/truecharts/charts/issues/14535))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/mkvtoolnix
|
repository: tccr.io/truecharts/mkvtoolnix
|
||||||
tag: v23.11.1@sha256:d0b05d2a6ed451c11690698a5380f4cab9a227940189ceee0a5d1b405d4ab34f
|
tag: v23.11.2@sha256:201f2822d1222377c8b19094704ffbeeebc5389b91f97c8b0eeb5a774064061e
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -994,7 +994,7 @@ questions:
|
||||||
label: Paths
|
label: Paths
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: [{path: "/", pathType: "Prefix"}]
|
||||||
items:
|
items:
|
||||||
- variable: pathEntry
|
- variable: pathEntry
|
||||||
label: Host
|
label: Host
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [mkvtoolnix-6.0.9](https://github.com/truecharts/charts/compare/mkvtoolnix-6.0.8...mkvtoolnix-6.0.9) (2023-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue