From 8c4cec9357a03d89b7e19e7ed4b003c4053dfd31 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 15 Nov 2022 20:52:05 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/cryptpad/2.0.2/app-changelog.md | 9 --------- incubator/cryptpad/{2.0.2 => 2.0.3}/CHANGELOG.md | 0 incubator/cryptpad/{2.0.2 => 2.0.3}/Chart.yaml | 2 +- incubator/cryptpad/{2.0.2 => 2.0.3}/README.md | 0 incubator/cryptpad/2.0.3/app-changelog.md | 9 +++++++++ incubator/cryptpad/{2.0.2 => 2.0.3}/app-readme.md | 0 .../{2.0.2 => 2.0.3}/charts/common-11.0.3.tgz | Bin incubator/cryptpad/{2.0.2 => 2.0.3}/ix_values.yaml | 2 +- incubator/cryptpad/{2.0.2 => 2.0.3}/questions.yaml | 0 .../cryptpad/{2.0.2 => 2.0.3}/templates/common.yaml | 0 incubator/cryptpad/{2.0.2 => 2.0.3}/values.yaml | 0 incubator/restreamer/2.0.1/app-changelog.md | 9 --------- incubator/restreamer/{2.0.1 => 2.0.2}/CHANGELOG.md | 0 incubator/restreamer/{2.0.1 => 2.0.2}/Chart.yaml | 4 ++-- incubator/restreamer/{2.0.1 => 2.0.2}/README.md | 0 incubator/restreamer/2.0.2/app-changelog.md | 9 +++++++++ incubator/restreamer/{2.0.1 => 2.0.2}/app-readme.md | 0 .../{2.0.1 => 2.0.2}/charts/common-11.0.3.tgz | Bin .../restreamer/{2.0.1 => 2.0.2}/ix_values.yaml | 2 +- .../restreamer/{2.0.1 => 2.0.2}/questions.yaml | 0 .../{2.0.1 => 2.0.2}/templates/_config.tpl | 0 .../{2.0.1 => 2.0.2}/templates/_secret.tpl | 0 .../{2.0.1 => 2.0.2}/templates/common.yaml | 0 incubator/restreamer/{2.0.1 => 2.0.2}/values.yaml | 0 24 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 incubator/cryptpad/2.0.2/app-changelog.md rename incubator/cryptpad/{2.0.2 => 2.0.3}/CHANGELOG.md (100%) rename incubator/cryptpad/{2.0.2 => 2.0.3}/Chart.yaml (98%) rename incubator/cryptpad/{2.0.2 => 2.0.3}/README.md (100%) create mode 100644 incubator/cryptpad/2.0.3/app-changelog.md rename incubator/cryptpad/{2.0.2 => 2.0.3}/app-readme.md (100%) rename incubator/cryptpad/{2.0.2 => 2.0.3}/charts/common-11.0.3.tgz (100%) rename incubator/cryptpad/{2.0.2 => 2.0.3}/ix_values.yaml (91%) rename incubator/cryptpad/{2.0.2 => 2.0.3}/questions.yaml (100%) rename incubator/cryptpad/{2.0.2 => 2.0.3}/templates/common.yaml (100%) rename incubator/cryptpad/{2.0.2 => 2.0.3}/values.yaml (100%) delete mode 100644 incubator/restreamer/2.0.1/app-changelog.md rename incubator/restreamer/{2.0.1 => 2.0.2}/CHANGELOG.md (100%) rename incubator/restreamer/{2.0.1 => 2.0.2}/Chart.yaml (96%) rename incubator/restreamer/{2.0.1 => 2.0.2}/README.md (100%) create mode 100644 incubator/restreamer/2.0.2/app-changelog.md rename incubator/restreamer/{2.0.1 => 2.0.2}/app-readme.md (100%) rename incubator/restreamer/{2.0.1 => 2.0.2}/charts/common-11.0.3.tgz (100%) rename incubator/restreamer/{2.0.1 => 2.0.2}/ix_values.yaml (97%) rename incubator/restreamer/{2.0.1 => 2.0.2}/questions.yaml (100%) rename incubator/restreamer/{2.0.1 => 2.0.2}/templates/_config.tpl (100%) rename incubator/restreamer/{2.0.1 => 2.0.2}/templates/_secret.tpl (100%) rename incubator/restreamer/{2.0.1 => 2.0.2}/templates/common.yaml (100%) rename incubator/restreamer/{2.0.1 => 2.0.2}/values.yaml (100%) diff --git a/incubator/cryptpad/2.0.2/app-changelog.md b/incubator/cryptpad/2.0.2/app-changelog.md deleted file mode 100644 index 2a9061a3bc..0000000000 --- a/incubator/cryptpad/2.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cryptpad-2.0.2](https://github.com/truecharts/charts/compare/cryptpad-2.0.1...cryptpad-2.0.2) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/incubator/cryptpad/2.0.2/CHANGELOG.md b/incubator/cryptpad/2.0.3/CHANGELOG.md similarity index 100% rename from incubator/cryptpad/2.0.2/CHANGELOG.md rename to incubator/cryptpad/2.0.3/CHANGELOG.md diff --git a/incubator/cryptpad/2.0.2/Chart.yaml b/incubator/cryptpad/2.0.3/Chart.yaml similarity index 98% rename from incubator/cryptpad/2.0.2/Chart.yaml rename to incubator/cryptpad/2.0.3/Chart.yaml index 9effa94f04..cf99065815 100644 --- a/incubator/cryptpad/2.0.2/Chart.yaml +++ b/incubator/cryptpad/2.0.3/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://cryptpad.fr/ - https://hub.docker.com/r/promasu/cryptpad/ type: application -version: 2.0.2 +version: 2.0.3 diff --git a/incubator/cryptpad/2.0.2/README.md b/incubator/cryptpad/2.0.3/README.md similarity index 100% rename from incubator/cryptpad/2.0.2/README.md rename to incubator/cryptpad/2.0.3/README.md diff --git a/incubator/cryptpad/2.0.3/app-changelog.md b/incubator/cryptpad/2.0.3/app-changelog.md new file mode 100644 index 0000000000..ec7156e1fe --- /dev/null +++ b/incubator/cryptpad/2.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cryptpad-2.0.3](https://github.com/truecharts/charts/compare/cryptpad-2.0.2...cryptpad-2.0.3) (2022-11-15) + +### Chore + +- update container image tccr.io/truecharts/cryptpad to latest + + \ No newline at end of file diff --git a/incubator/cryptpad/2.0.2/app-readme.md b/incubator/cryptpad/2.0.3/app-readme.md similarity index 100% rename from incubator/cryptpad/2.0.2/app-readme.md rename to incubator/cryptpad/2.0.3/app-readme.md diff --git a/incubator/cryptpad/2.0.2/charts/common-11.0.3.tgz b/incubator/cryptpad/2.0.3/charts/common-11.0.3.tgz similarity index 100% rename from incubator/cryptpad/2.0.2/charts/common-11.0.3.tgz rename to incubator/cryptpad/2.0.3/charts/common-11.0.3.tgz diff --git a/incubator/cryptpad/2.0.2/ix_values.yaml b/incubator/cryptpad/2.0.3/ix_values.yaml similarity index 91% rename from incubator/cryptpad/2.0.2/ix_values.yaml rename to incubator/cryptpad/2.0.3/ix_values.yaml index b15200f2c4..792b86f1fd 100644 --- a/incubator/cryptpad/2.0.2/ix_values.yaml +++ b/incubator/cryptpad/2.0.3/ix_values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/cryptpad - tag: latest@sha256:d282d4b3343dade82295e8c5126e0cb25cf36b1a50e1c2260b54f21cc6c7405f + tag: latest@sha256:75b67ab2add060d8ca47e2ad19dc866f2ec7447cd006ac0ffd3cb93b20eeda21 persistence: blobpath: enabled: true diff --git a/incubator/cryptpad/2.0.2/questions.yaml b/incubator/cryptpad/2.0.3/questions.yaml similarity index 100% rename from incubator/cryptpad/2.0.2/questions.yaml rename to incubator/cryptpad/2.0.3/questions.yaml diff --git a/incubator/cryptpad/2.0.2/templates/common.yaml b/incubator/cryptpad/2.0.3/templates/common.yaml similarity index 100% rename from incubator/cryptpad/2.0.2/templates/common.yaml rename to incubator/cryptpad/2.0.3/templates/common.yaml diff --git a/incubator/cryptpad/2.0.2/values.yaml b/incubator/cryptpad/2.0.3/values.yaml similarity index 100% rename from incubator/cryptpad/2.0.2/values.yaml rename to incubator/cryptpad/2.0.3/values.yaml diff --git a/incubator/restreamer/2.0.1/app-changelog.md b/incubator/restreamer/2.0.1/app-changelog.md deleted file mode 100644 index e371b73cff..0000000000 --- a/incubator/restreamer/2.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [restreamer-2.0.1](https://github.com/truecharts/charts/compare/restreamer-2.0.0...restreamer-2.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/incubator/restreamer/2.0.1/CHANGELOG.md b/incubator/restreamer/2.0.2/CHANGELOG.md similarity index 100% rename from incubator/restreamer/2.0.1/CHANGELOG.md rename to incubator/restreamer/2.0.2/CHANGELOG.md diff --git a/incubator/restreamer/2.0.1/Chart.yaml b/incubator/restreamer/2.0.2/Chart.yaml similarity index 96% rename from incubator/restreamer/2.0.1/Chart.yaml rename to incubator/restreamer/2.0.2/Chart.yaml index 882568ef77..8adabe7936 100644 --- a/incubator/restreamer/2.0.1/Chart.yaml +++ b/incubator/restreamer/2.0.2/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: restreamer -version: 2.0.1 -appVersion: "2.4.0" +version: 2.0.2 +appVersion: "2.4.1" description: "Allows smart free video streaming in real time." type: application deprecated: false diff --git a/incubator/restreamer/2.0.1/README.md b/incubator/restreamer/2.0.2/README.md similarity index 100% rename from incubator/restreamer/2.0.1/README.md rename to incubator/restreamer/2.0.2/README.md diff --git a/incubator/restreamer/2.0.2/app-changelog.md b/incubator/restreamer/2.0.2/app-changelog.md new file mode 100644 index 0000000000..22cf18f26b --- /dev/null +++ b/incubator/restreamer/2.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [restreamer-2.0.2](https://github.com/truecharts/charts/compare/restreamer-2.0.1...restreamer-2.0.2) (2022-11-15) + +### Chore + +- update container image tccr.io/truecharts/restreamer to v2.4.1 + + \ No newline at end of file diff --git a/incubator/restreamer/2.0.1/app-readme.md b/incubator/restreamer/2.0.2/app-readme.md similarity index 100% rename from incubator/restreamer/2.0.1/app-readme.md rename to incubator/restreamer/2.0.2/app-readme.md diff --git a/incubator/restreamer/2.0.1/charts/common-11.0.3.tgz b/incubator/restreamer/2.0.2/charts/common-11.0.3.tgz similarity index 100% rename from incubator/restreamer/2.0.1/charts/common-11.0.3.tgz rename to incubator/restreamer/2.0.2/charts/common-11.0.3.tgz diff --git a/incubator/restreamer/2.0.1/ix_values.yaml b/incubator/restreamer/2.0.2/ix_values.yaml similarity index 97% rename from incubator/restreamer/2.0.1/ix_values.yaml rename to incubator/restreamer/2.0.2/ix_values.yaml index 311a222bfe..1f944fd257 100644 --- a/incubator/restreamer/2.0.1/ix_values.yaml +++ b/incubator/restreamer/2.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/restreamer pullPolicy: IfNotPresent - tag: 2.4.0@sha256:3356718444490e681026678e57d062bf3923678bb99c9239086780f004b20a98 + tag: 2.4.1@sha256:28e45401a98b2ec15ce0e980cb7c02103604b1fb3596df3b46d289aeaa5ee6ce cudaImage: repository: tccr.io/truecharts/restreamer-cuda diff --git a/incubator/restreamer/2.0.1/questions.yaml b/incubator/restreamer/2.0.2/questions.yaml similarity index 100% rename from incubator/restreamer/2.0.1/questions.yaml rename to incubator/restreamer/2.0.2/questions.yaml diff --git a/incubator/restreamer/2.0.1/templates/_config.tpl b/incubator/restreamer/2.0.2/templates/_config.tpl similarity index 100% rename from incubator/restreamer/2.0.1/templates/_config.tpl rename to incubator/restreamer/2.0.2/templates/_config.tpl diff --git a/incubator/restreamer/2.0.1/templates/_secret.tpl b/incubator/restreamer/2.0.2/templates/_secret.tpl similarity index 100% rename from incubator/restreamer/2.0.1/templates/_secret.tpl rename to incubator/restreamer/2.0.2/templates/_secret.tpl diff --git a/incubator/restreamer/2.0.1/templates/common.yaml b/incubator/restreamer/2.0.2/templates/common.yaml similarity index 100% rename from incubator/restreamer/2.0.1/templates/common.yaml rename to incubator/restreamer/2.0.2/templates/common.yaml diff --git a/incubator/restreamer/2.0.1/values.yaml b/incubator/restreamer/2.0.2/values.yaml similarity index 100% rename from incubator/restreamer/2.0.1/values.yaml rename to incubator/restreamer/2.0.2/values.yaml