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)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
### Chore
|
||||
|
||||
- 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
|
||||
appVersion: "23.11.1"
|
||||
appVersion: "23.11.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/jlesage/docker-mkvtoolnix
|
||||
- https://mkvtoolnix.download/
|
||||
type: application
|
||||
version: 6.0.9
|
||||
version: 6.0.10
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
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:
|
||||
repository: tccr.io/truecharts/mkvtoolnix
|
||||
tag: v23.11.1@sha256:d0b05d2a6ed451c11690698a5380f4cab9a227940189ceee0a5d1b405d4ab34f
|
||||
tag: v23.11.2@sha256:201f2822d1222377c8b19094704ffbeeebc5389b91f97c8b0eeb5a774064061e
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -994,7 +994,7 @@ questions:
|
|||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
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