From 08dae153a9c0a7c396fafb4bb5a619ea84ff0d43 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 26 Oct 2023 09:42:56 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/webgrabplus/6.0.11/app-changelog.md | 9 --------- .../{6.0.11 => 6.0.12}/CHANGELOG.md | 18 +++++++++--------- .../webgrabplus/{6.0.11 => 6.0.12}/Chart.yaml | 2 +- .../webgrabplus/{6.0.11 => 6.0.12}/README.md | 0 stable/webgrabplus/6.0.12/app-changelog.md | 9 +++++++++ .../{6.0.11 => 6.0.12}/app-readme.md | 0 .../charts/common-14.0.9.tgz | Bin .../{6.0.11 => 6.0.12}/ix_values.yaml | 2 +- .../{6.0.11 => 6.0.12}/questions.yaml | 0 .../{6.0.11 => 6.0.12}/templates/NOTES.txt | 0 .../{6.0.11 => 6.0.12}/templates/common.yaml | 0 .../{6.0.11 => 6.0.12}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/webgrabplus/6.0.11/app-changelog.md rename stable/webgrabplus/{6.0.11 => 6.0.12}/CHANGELOG.md (93%) rename stable/webgrabplus/{6.0.11 => 6.0.12}/Chart.yaml (97%) rename stable/webgrabplus/{6.0.11 => 6.0.12}/README.md (100%) create mode 100644 stable/webgrabplus/6.0.12/app-changelog.md rename stable/webgrabplus/{6.0.11 => 6.0.12}/app-readme.md (100%) rename stable/webgrabplus/{6.0.11 => 6.0.12}/charts/common-14.0.9.tgz (100%) rename stable/webgrabplus/{6.0.11 => 6.0.12}/ix_values.yaml (89%) rename stable/webgrabplus/{6.0.11 => 6.0.12}/questions.yaml (100%) rename stable/webgrabplus/{6.0.11 => 6.0.12}/templates/NOTES.txt (100%) rename stable/webgrabplus/{6.0.11 => 6.0.12}/templates/common.yaml (100%) rename stable/webgrabplus/{6.0.11 => 6.0.12}/values.yaml (100%) diff --git a/stable/webgrabplus/6.0.11/app-changelog.md b/stable/webgrabplus/6.0.11/app-changelog.md deleted file mode 100644 index d2594ebeec..0000000000 --- a/stable/webgrabplus/6.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [webgrabplus-6.0.11](https://github.com/truecharts/charts/compare/webgrabplus-6.0.10...webgrabplus-6.0.11) (2023-10-19) - -### Chore - -- update container image tccr.io/truecharts/webgrabplus to v5.1.3 ([#13779](https://github.com/truecharts/charts/issues/13779)) - - \ No newline at end of file diff --git a/stable/webgrabplus/6.0.11/CHANGELOG.md b/stable/webgrabplus/6.0.12/CHANGELOG.md similarity index 93% rename from stable/webgrabplus/6.0.11/CHANGELOG.md rename to stable/webgrabplus/6.0.12/CHANGELOG.md index 2a67af67da..c7f913e04b 100644 --- a/stable/webgrabplus/6.0.11/CHANGELOG.md +++ b/stable/webgrabplus/6.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [webgrabplus-6.0.12](https://github.com/truecharts/charts/compare/webgrabplus-6.0.11...webgrabplus-6.0.12) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/webgrabplus to v5.1.3 ([#13991](https://github.com/truecharts/charts/issues/13991)) + + + + ## [webgrabplus-6.0.11](https://github.com/truecharts/charts/compare/webgrabplus-6.0.10...webgrabplus-6.0.11) (2023-10-19) ### Chore @@ -88,12 +97,3 @@ ## [webgrabplus-6.0.2](https://github.com/truecharts/charts/compare/webgrabplus-6.0.1...webgrabplus-6.0.2) (2023-08-18) ### Chore - -- update container image tccr.io/truecharts/webgrabplus to v5.1.0 ([#11669](https://github.com/truecharts/charts/issues/11669)) - - - - -## [webgrabplus-6.0.1](https://github.com/truecharts/charts/compare/webgrabplus-6.0.0...webgrabplus-6.0.1) (2023-08-17) - -### Chore diff --git a/stable/webgrabplus/6.0.11/Chart.yaml b/stable/webgrabplus/6.0.12/Chart.yaml similarity index 97% rename from stable/webgrabplus/6.0.11/Chart.yaml rename to stable/webgrabplus/6.0.12/Chart.yaml index ccceb49143..643eb851a9 100644 --- a/stable/webgrabplus/6.0.11/Chart.yaml +++ b/stable/webgrabplus/6.0.12/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: webgrabplus -version: 6.0.11 +version: 6.0.12 appVersion: "5.1.3" description: Webgrabplus is a multi-site incremental xmltv epg grabber. type: application diff --git a/stable/webgrabplus/6.0.11/README.md b/stable/webgrabplus/6.0.12/README.md similarity index 100% rename from stable/webgrabplus/6.0.11/README.md rename to stable/webgrabplus/6.0.12/README.md diff --git a/stable/webgrabplus/6.0.12/app-changelog.md b/stable/webgrabplus/6.0.12/app-changelog.md new file mode 100644 index 0000000000..936c20ab90 --- /dev/null +++ b/stable/webgrabplus/6.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webgrabplus-6.0.12](https://github.com/truecharts/charts/compare/webgrabplus-6.0.11...webgrabplus-6.0.12) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/webgrabplus to v5.1.3 ([#13991](https://github.com/truecharts/charts/issues/13991)) + + \ No newline at end of file diff --git a/stable/webgrabplus/6.0.11/app-readme.md b/stable/webgrabplus/6.0.12/app-readme.md similarity index 100% rename from stable/webgrabplus/6.0.11/app-readme.md rename to stable/webgrabplus/6.0.12/app-readme.md diff --git a/stable/webgrabplus/6.0.11/charts/common-14.0.9.tgz b/stable/webgrabplus/6.0.12/charts/common-14.0.9.tgz similarity index 100% rename from stable/webgrabplus/6.0.11/charts/common-14.0.9.tgz rename to stable/webgrabplus/6.0.12/charts/common-14.0.9.tgz diff --git a/stable/webgrabplus/6.0.11/ix_values.yaml b/stable/webgrabplus/6.0.12/ix_values.yaml similarity index 89% rename from stable/webgrabplus/6.0.11/ix_values.yaml rename to stable/webgrabplus/6.0.12/ix_values.yaml index 7d20ea55a7..1f1ffb9382 100644 --- a/stable/webgrabplus/6.0.11/ix_values.yaml +++ b/stable/webgrabplus/6.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/webgrabplus pullPolicy: IfNotPresent - tag: v5.1.3@sha256:34db185151578a752b4d78b2e033f3ba495ca546fad4e5837b96dbed253b282e + tag: v5.1.3@sha256:2d413260f1add99ac9ca7a251e66c6d7b6293da9c673c71394f1acd49e200e63 service: main: enabled: false diff --git a/stable/webgrabplus/6.0.11/questions.yaml b/stable/webgrabplus/6.0.12/questions.yaml similarity index 100% rename from stable/webgrabplus/6.0.11/questions.yaml rename to stable/webgrabplus/6.0.12/questions.yaml diff --git a/stable/webgrabplus/6.0.11/templates/NOTES.txt b/stable/webgrabplus/6.0.12/templates/NOTES.txt similarity index 100% rename from stable/webgrabplus/6.0.11/templates/NOTES.txt rename to stable/webgrabplus/6.0.12/templates/NOTES.txt diff --git a/stable/webgrabplus/6.0.11/templates/common.yaml b/stable/webgrabplus/6.0.12/templates/common.yaml similarity index 100% rename from stable/webgrabplus/6.0.11/templates/common.yaml rename to stable/webgrabplus/6.0.12/templates/common.yaml diff --git a/stable/webgrabplus/6.0.11/values.yaml b/stable/webgrabplus/6.0.12/values.yaml similarity index 100% rename from stable/webgrabplus/6.0.11/values.yaml rename to stable/webgrabplus/6.0.12/values.yaml