From c4ad66bd51bd4f7242ae5eab0f1e0aee561072cb Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 10 Nov 2023 17:42:43 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../mkvtoolnix/{6.0.9 => 6.0.10}/CHANGELOG.md | 18 +++++++++--------- .../mkvtoolnix/{6.0.9 => 6.0.10}/Chart.yaml | 4 ++-- stable/mkvtoolnix/{6.0.9 => 6.0.10}/README.md | 0 stable/mkvtoolnix/6.0.10/app-changelog.md | 9 +++++++++ .../{6.0.9 => 6.0.10}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{6.0.9 => 6.0.10}/ix_values.yaml | 2 +- .../{6.0.9 => 6.0.10}/questions.yaml | 2 +- .../{6.0.9 => 6.0.10}/templates/NOTES.txt | 0 .../{6.0.9 => 6.0.10}/templates/common.yaml | 0 .../mkvtoolnix/{6.0.9 => 6.0.10}/values.yaml | 0 stable/mkvtoolnix/6.0.9/app-changelog.md | 9 --------- 12 files changed, 22 insertions(+), 22 deletions(-) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/CHANGELOG.md (90%) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/Chart.yaml (95%) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/README.md (100%) create mode 100644 stable/mkvtoolnix/6.0.10/app-changelog.md rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/app-readme.md (100%) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/charts/common-14.3.5.tgz (100%) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/ix_values.yaml (95%) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/questions.yaml (99%) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/templates/NOTES.txt (100%) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/templates/common.yaml (100%) rename stable/mkvtoolnix/{6.0.9 => 6.0.10}/values.yaml (100%) delete mode 100644 stable/mkvtoolnix/6.0.9/app-changelog.md diff --git a/stable/mkvtoolnix/6.0.9/CHANGELOG.md b/stable/mkvtoolnix/6.0.10/CHANGELOG.md similarity index 90% rename from stable/mkvtoolnix/6.0.9/CHANGELOG.md rename to stable/mkvtoolnix/6.0.10/CHANGELOG.md index 5c81f06c3a9..0a1de1a4058 100644 --- a/stable/mkvtoolnix/6.0.9/CHANGELOG.md +++ b/stable/mkvtoolnix/6.0.10/CHANGELOG.md @@ -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)) diff --git a/stable/mkvtoolnix/6.0.9/Chart.yaml b/stable/mkvtoolnix/6.0.10/Chart.yaml similarity index 95% rename from stable/mkvtoolnix/6.0.9/Chart.yaml rename to stable/mkvtoolnix/6.0.10/Chart.yaml index 9874915f8d5..c1e21fea698 100644 --- a/stable/mkvtoolnix/6.0.9/Chart.yaml +++ b/stable/mkvtoolnix/6.0.10/Chart.yaml @@ -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" diff --git a/stable/mkvtoolnix/6.0.9/README.md b/stable/mkvtoolnix/6.0.10/README.md similarity index 100% rename from stable/mkvtoolnix/6.0.9/README.md rename to stable/mkvtoolnix/6.0.10/README.md diff --git a/stable/mkvtoolnix/6.0.10/app-changelog.md b/stable/mkvtoolnix/6.0.10/app-changelog.md new file mode 100644 index 00000000000..7cd103d51d9 --- /dev/null +++ b/stable/mkvtoolnix/6.0.10/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/mkvtoolnix/6.0.9/app-readme.md b/stable/mkvtoolnix/6.0.10/app-readme.md similarity index 100% rename from stable/mkvtoolnix/6.0.9/app-readme.md rename to stable/mkvtoolnix/6.0.10/app-readme.md diff --git a/stable/mkvtoolnix/6.0.9/charts/common-14.3.5.tgz b/stable/mkvtoolnix/6.0.10/charts/common-14.3.5.tgz similarity index 100% rename from stable/mkvtoolnix/6.0.9/charts/common-14.3.5.tgz rename to stable/mkvtoolnix/6.0.10/charts/common-14.3.5.tgz diff --git a/stable/mkvtoolnix/6.0.9/ix_values.yaml b/stable/mkvtoolnix/6.0.10/ix_values.yaml similarity index 95% rename from stable/mkvtoolnix/6.0.9/ix_values.yaml rename to stable/mkvtoolnix/6.0.10/ix_values.yaml index c70d0588d1a..b1614a44b2d 100644 --- a/stable/mkvtoolnix/6.0.9/ix_values.yaml +++ b/stable/mkvtoolnix/6.0.10/ix_values.yaml @@ -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: diff --git a/stable/mkvtoolnix/6.0.9/questions.yaml b/stable/mkvtoolnix/6.0.10/questions.yaml similarity index 99% rename from stable/mkvtoolnix/6.0.9/questions.yaml rename to stable/mkvtoolnix/6.0.10/questions.yaml index 0243a206371..ef5279cd920 100644 --- a/stable/mkvtoolnix/6.0.9/questions.yaml +++ b/stable/mkvtoolnix/6.0.10/questions.yaml @@ -994,7 +994,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/mkvtoolnix/6.0.9/templates/NOTES.txt b/stable/mkvtoolnix/6.0.10/templates/NOTES.txt similarity index 100% rename from stable/mkvtoolnix/6.0.9/templates/NOTES.txt rename to stable/mkvtoolnix/6.0.10/templates/NOTES.txt diff --git a/stable/mkvtoolnix/6.0.9/templates/common.yaml b/stable/mkvtoolnix/6.0.10/templates/common.yaml similarity index 100% rename from stable/mkvtoolnix/6.0.9/templates/common.yaml rename to stable/mkvtoolnix/6.0.10/templates/common.yaml diff --git a/stable/mkvtoolnix/6.0.9/values.yaml b/stable/mkvtoolnix/6.0.10/values.yaml similarity index 100% rename from stable/mkvtoolnix/6.0.9/values.yaml rename to stable/mkvtoolnix/6.0.10/values.yaml diff --git a/stable/mkvtoolnix/6.0.9/app-changelog.md b/stable/mkvtoolnix/6.0.9/app-changelog.md deleted file mode 100644 index b68094dda2b..00000000000 --- a/stable/mkvtoolnix/6.0.9/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file