From 903b114ee7cf4a78c485fd21e11e57c48b87e992 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 23 Feb 2023 14:55:27 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/restreamer/2.0.12/app-changelog.md | 9 --------- .../{2.0.12 => 2.0.13}/CHANGELOG.md | 18 +++++++++--------- .../restreamer/{2.0.12 => 2.0.13}/Chart.yaml | 4 ++-- .../restreamer/{2.0.12 => 2.0.13}/README.md | 0 incubator/restreamer/2.0.13/app-changelog.md | 9 +++++++++ .../{2.0.12 => 2.0.13}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../{2.0.12 => 2.0.13}/ix_values.yaml | 2 +- .../{2.0.12 => 2.0.13}/questions.yaml | 0 .../{2.0.12 => 2.0.13}/templates/_config.tpl | 0 .../{2.0.12 => 2.0.13}/templates/_secret.tpl | 0 .../{2.0.12 => 2.0.13}/templates/common.yaml | 0 .../restreamer/{2.0.12 => 2.0.13}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/restreamer/2.0.12/app-changelog.md rename incubator/restreamer/{2.0.12 => 2.0.13}/CHANGELOG.md (91%) rename incubator/restreamer/{2.0.12 => 2.0.13}/Chart.yaml (96%) rename incubator/restreamer/{2.0.12 => 2.0.13}/README.md (100%) create mode 100644 incubator/restreamer/2.0.13/app-changelog.md rename incubator/restreamer/{2.0.12 => 2.0.13}/app-readme.md (100%) rename incubator/restreamer/{2.0.12 => 2.0.13}/charts/common-11.1.2.tgz (100%) rename incubator/restreamer/{2.0.12 => 2.0.13}/ix_values.yaml (97%) rename incubator/restreamer/{2.0.12 => 2.0.13}/questions.yaml (100%) rename incubator/restreamer/{2.0.12 => 2.0.13}/templates/_config.tpl (100%) rename incubator/restreamer/{2.0.12 => 2.0.13}/templates/_secret.tpl (100%) rename incubator/restreamer/{2.0.12 => 2.0.13}/templates/common.yaml (100%) rename incubator/restreamer/{2.0.12 => 2.0.13}/values.yaml (100%) diff --git a/incubator/restreamer/2.0.12/app-changelog.md b/incubator/restreamer/2.0.12/app-changelog.md deleted file mode 100644 index c8cf403b826..00000000000 --- a/incubator/restreamer/2.0.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [restreamer-2.0.12](https://github.com/truecharts/charts/compare/restreamer-2.0.11...restreamer-2.0.12) (2023-02-10) - -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - \ No newline at end of file diff --git a/incubator/restreamer/2.0.12/CHANGELOG.md b/incubator/restreamer/2.0.13/CHANGELOG.md similarity index 91% rename from incubator/restreamer/2.0.12/CHANGELOG.md rename to incubator/restreamer/2.0.13/CHANGELOG.md index 8408607ebd3..f84995da58c 100644 --- a/incubator/restreamer/2.0.12/CHANGELOG.md +++ b/incubator/restreamer/2.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [restreamer-2.0.13](https://github.com/truecharts/charts/compare/restreamer-2.0.12...restreamer-2.0.13) (2023-02-23) + +### Chore + +- update container image tccr.io/truecharts/restreamer to v2.5.0 + + + + ## [restreamer-2.0.12](https://github.com/truecharts/charts/compare/restreamer-2.0.11...restreamer-2.0.12) (2023-02-10) ### Fix @@ -88,12 +97,3 @@ ## [restreamer-2.0.5](https://github.com/truecharts/charts/compare/restreamer-2.0.4...restreamer-2.0.5) (2022-11-30) - - - - -## [restreamer-2.0.5](https://github.com/truecharts/charts/compare/restreamer-2.0.4...restreamer-2.0.5) (2022-11-30) - - - - diff --git a/incubator/restreamer/2.0.12/Chart.yaml b/incubator/restreamer/2.0.13/Chart.yaml similarity index 96% rename from incubator/restreamer/2.0.12/Chart.yaml rename to incubator/restreamer/2.0.13/Chart.yaml index 33d335aff49..58cd037d0ee 100644 --- a/incubator/restreamer/2.0.12/Chart.yaml +++ b/incubator/restreamer/2.0.13/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: restreamer -version: 2.0.12 -appVersion: "2.4.2" +version: 2.0.13 +appVersion: "2.5.0" description: "Allows smart free video streaming in real time." type: application deprecated: false diff --git a/incubator/restreamer/2.0.12/README.md b/incubator/restreamer/2.0.13/README.md similarity index 100% rename from incubator/restreamer/2.0.12/README.md rename to incubator/restreamer/2.0.13/README.md diff --git a/incubator/restreamer/2.0.13/app-changelog.md b/incubator/restreamer/2.0.13/app-changelog.md new file mode 100644 index 00000000000..2ce1856fc72 --- /dev/null +++ b/incubator/restreamer/2.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [restreamer-2.0.13](https://github.com/truecharts/charts/compare/restreamer-2.0.12...restreamer-2.0.13) (2023-02-23) + +### Chore + +- update container image tccr.io/truecharts/restreamer to v2.5.0 + + \ No newline at end of file diff --git a/incubator/restreamer/2.0.12/app-readme.md b/incubator/restreamer/2.0.13/app-readme.md similarity index 100% rename from incubator/restreamer/2.0.12/app-readme.md rename to incubator/restreamer/2.0.13/app-readme.md diff --git a/incubator/restreamer/2.0.12/charts/common-11.1.2.tgz b/incubator/restreamer/2.0.13/charts/common-11.1.2.tgz similarity index 100% rename from incubator/restreamer/2.0.12/charts/common-11.1.2.tgz rename to incubator/restreamer/2.0.13/charts/common-11.1.2.tgz diff --git a/incubator/restreamer/2.0.12/ix_values.yaml b/incubator/restreamer/2.0.13/ix_values.yaml similarity index 97% rename from incubator/restreamer/2.0.12/ix_values.yaml rename to incubator/restreamer/2.0.13/ix_values.yaml index b1648b05363..5ac6c125184 100644 --- a/incubator/restreamer/2.0.12/ix_values.yaml +++ b/incubator/restreamer/2.0.13/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/restreamer pullPolicy: IfNotPresent - tag: 2.4.2@sha256:cc247c3cc0a39bc118d92d5c5cc01c0a842c0a1bc668615409440d0690d9d2b4 + tag: 2.5.0@sha256:271a940b226861856b553f82aba29f457b13bd162b4a074e275683bf2690fd24 cudaImage: repository: tccr.io/truecharts/restreamer-cuda diff --git a/incubator/restreamer/2.0.12/questions.yaml b/incubator/restreamer/2.0.13/questions.yaml similarity index 100% rename from incubator/restreamer/2.0.12/questions.yaml rename to incubator/restreamer/2.0.13/questions.yaml diff --git a/incubator/restreamer/2.0.12/templates/_config.tpl b/incubator/restreamer/2.0.13/templates/_config.tpl similarity index 100% rename from incubator/restreamer/2.0.12/templates/_config.tpl rename to incubator/restreamer/2.0.13/templates/_config.tpl diff --git a/incubator/restreamer/2.0.12/templates/_secret.tpl b/incubator/restreamer/2.0.13/templates/_secret.tpl similarity index 100% rename from incubator/restreamer/2.0.12/templates/_secret.tpl rename to incubator/restreamer/2.0.13/templates/_secret.tpl diff --git a/incubator/restreamer/2.0.12/templates/common.yaml b/incubator/restreamer/2.0.13/templates/common.yaml similarity index 100% rename from incubator/restreamer/2.0.12/templates/common.yaml rename to incubator/restreamer/2.0.13/templates/common.yaml diff --git a/incubator/restreamer/2.0.12/values.yaml b/incubator/restreamer/2.0.13/values.yaml similarity index 100% rename from incubator/restreamer/2.0.12/values.yaml rename to incubator/restreamer/2.0.13/values.yaml