Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e527806de6
commit
68f710c4c0
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mkvtoolnix-4.0.13](https://github.com/truecharts/charts/compare/mkvtoolnix-4.0.12...mkvtoolnix-4.0.13) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mkvtoolnix-4.0.14](https://github.com/truecharts/charts/compare/mkvtoolnix-4.0.13...mkvtoolnix-4.0.14) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mkvtoolnix to v23.02.4
|
||||
|
||||
|
||||
|
||||
|
||||
## [mkvtoolnix-4.0.13](https://github.com/truecharts/charts/compare/mkvtoolnix-4.0.12...mkvtoolnix-4.0.13) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [mkvtoolnix-4.0.4](https://github.com/truecharts/charts/compare/mkvtoolnix-4.0.3...mkvtoolnix-4.0.4) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [mkvtoolnix-4.0.3](https://github.com/truecharts/charts/compare/mkvtoolnix-4.0.2...mkvtoolnix-4.0.3) (2022-11-30)
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.02.2"
|
||||
appVersion: "23.02.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/jlesage/docker-mkvtoolnix
|
||||
- https://mkvtoolnix.download/
|
||||
type: application
|
||||
version: 4.0.13
|
||||
version: 4.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mkvtoolnix-4.0.14](https://github.com/truecharts/charts/compare/mkvtoolnix-4.0.13...mkvtoolnix-4.0.14) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mkvtoolnix to v23.02.4
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mkvtoolnix
|
||||
tag: 23.02.2@sha256:4ab975b3c7800dd013c16a0b12c4d76c4dfa8337d7ae278626241d952512be16
|
||||
tag: 23.02.4@sha256:9fb9ea15857db245a44acada056d7325767a3ea630cad59b357d9b17598431bf
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue