From 85367e0094fa067910631072d1e6a9d7bbc3fe3c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 18 Apr 2023 07:43:00 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/webgrabplus/5.0.6/app-changelog.md | 9 --------- .../webgrabplus/{5.0.6 => 5.0.7}/CHANGELOG.md | 18 +++++++++--------- .../webgrabplus/{5.0.6 => 5.0.7}/Chart.yaml | 3 ++- stable/webgrabplus/{5.0.6 => 5.0.7}/README.md | 0 stable/webgrabplus/5.0.7/app-changelog.md | 9 +++++++++ .../{5.0.6 => 5.0.7}/app-readme.md | 0 .../charts/common-12.4.20.tgz | Bin .../{5.0.6 => 5.0.7}/ix_values.yaml | 12 ++++++++++++ .../{5.0.6 => 5.0.7}/questions.yaml | 0 .../{5.0.6 => 5.0.7}/templates/NOTES.txt | 0 .../{5.0.6 => 5.0.7}/templates/common.yaml | 0 .../webgrabplus/{5.0.6 => 5.0.7}/values.yaml | 0 12 files changed, 32 insertions(+), 19 deletions(-) delete mode 100644 stable/webgrabplus/5.0.6/app-changelog.md rename stable/webgrabplus/{5.0.6 => 5.0.7}/CHANGELOG.md (90%) rename stable/webgrabplus/{5.0.6 => 5.0.7}/Chart.yaml (91%) rename stable/webgrabplus/{5.0.6 => 5.0.7}/README.md (100%) create mode 100644 stable/webgrabplus/5.0.7/app-changelog.md rename stable/webgrabplus/{5.0.6 => 5.0.7}/app-readme.md (100%) rename stable/webgrabplus/{5.0.6 => 5.0.7}/charts/common-12.4.20.tgz (100%) rename stable/webgrabplus/{5.0.6 => 5.0.7}/ix_values.yaml (70%) rename stable/webgrabplus/{5.0.6 => 5.0.7}/questions.yaml (100%) rename stable/webgrabplus/{5.0.6 => 5.0.7}/templates/NOTES.txt (100%) rename stable/webgrabplus/{5.0.6 => 5.0.7}/templates/common.yaml (100%) rename stable/webgrabplus/{5.0.6 => 5.0.7}/values.yaml (100%) diff --git a/stable/webgrabplus/5.0.6/app-changelog.md b/stable/webgrabplus/5.0.6/app-changelog.md deleted file mode 100644 index 61c8d8db58..0000000000 --- a/stable/webgrabplus/5.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [webgrabplus-5.0.6](https://github.com/truecharts/charts/compare/webgrabplus-5.0.5...webgrabplus-5.0.6) (2023-04-16) - -### Chore - -- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071)) - - \ No newline at end of file diff --git a/stable/webgrabplus/5.0.6/CHANGELOG.md b/stable/webgrabplus/5.0.7/CHANGELOG.md similarity index 90% rename from stable/webgrabplus/5.0.6/CHANGELOG.md rename to stable/webgrabplus/5.0.7/CHANGELOG.md index c969dd1cd9..43adbd1d31 100644 --- a/stable/webgrabplus/5.0.6/CHANGELOG.md +++ b/stable/webgrabplus/5.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [webgrabplus-5.0.7](https://github.com/truecharts/charts/compare/webgrabplus-5.0.6...webgrabplus-5.0.7) (2023-04-18) + +### Fix + +- Disable probes + update upstream ([#8083](https://github.com/truecharts/charts/issues/8083)) + + + + ## [webgrabplus-5.0.6](https://github.com/truecharts/charts/compare/webgrabplus-5.0.5...webgrabplus-5.0.6) (2023-04-16) ### Chore @@ -88,12 +97,3 @@ - ensure new helm deps repo is used in latest releases as well. - - -## [webgrabplus-4.0.10](https://github.com/truecharts/charts/compare/webgrabplus-4.0.9...webgrabplus-4.0.10) (2022-12-30) - -### Chore - -- update container image tccr.io/truecharts/webgrabplus to 5.0.1 - - diff --git a/stable/webgrabplus/5.0.6/Chart.yaml b/stable/webgrabplus/5.0.7/Chart.yaml similarity index 91% rename from stable/webgrabplus/5.0.6/Chart.yaml rename to stable/webgrabplus/5.0.7/Chart.yaml index 3a74e3253e..086313e965 100644 --- a/stable/webgrabplus/5.0.6/Chart.yaml +++ b/stable/webgrabplus/5.0.7/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: webgrabplus -version: 5.0.6 +version: 5.0.7 appVersion: "5.0.1" description: Webgrabplus is a multi-site incremental xmltv epg grabber. type: application @@ -12,6 +12,7 @@ keywords: - webgrabplus sources: - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus + - https://hub.docker.com/r/linuxserver/webgrabplus dependencies: - name: common repository: https://library-charts.truecharts.org diff --git a/stable/webgrabplus/5.0.6/README.md b/stable/webgrabplus/5.0.7/README.md similarity index 100% rename from stable/webgrabplus/5.0.6/README.md rename to stable/webgrabplus/5.0.7/README.md diff --git a/stable/webgrabplus/5.0.7/app-changelog.md b/stable/webgrabplus/5.0.7/app-changelog.md new file mode 100644 index 0000000000..49adfdadbd --- /dev/null +++ b/stable/webgrabplus/5.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [webgrabplus-5.0.7](https://github.com/truecharts/charts/compare/webgrabplus-5.0.6...webgrabplus-5.0.7) (2023-04-18) + +### Fix + +- Disable probes + update upstream ([#8083](https://github.com/truecharts/charts/issues/8083)) + + \ No newline at end of file diff --git a/stable/webgrabplus/5.0.6/app-readme.md b/stable/webgrabplus/5.0.7/app-readme.md similarity index 100% rename from stable/webgrabplus/5.0.6/app-readme.md rename to stable/webgrabplus/5.0.7/app-readme.md diff --git a/stable/webgrabplus/5.0.6/charts/common-12.4.20.tgz b/stable/webgrabplus/5.0.7/charts/common-12.4.20.tgz similarity index 100% rename from stable/webgrabplus/5.0.6/charts/common-12.4.20.tgz rename to stable/webgrabplus/5.0.7/charts/common-12.4.20.tgz diff --git a/stable/webgrabplus/5.0.6/ix_values.yaml b/stable/webgrabplus/5.0.7/ix_values.yaml similarity index 70% rename from stable/webgrabplus/5.0.6/ix_values.yaml rename to stable/webgrabplus/5.0.7/ix_values.yaml index ad497da13f..955c3d2007 100644 --- a/stable/webgrabplus/5.0.6/ix_values.yaml +++ b/stable/webgrabplus/5.0.7/ix_values.yaml @@ -26,3 +26,15 @@ securityContext: readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/webgrabplus/5.0.6/questions.yaml b/stable/webgrabplus/5.0.7/questions.yaml similarity index 100% rename from stable/webgrabplus/5.0.6/questions.yaml rename to stable/webgrabplus/5.0.7/questions.yaml diff --git a/stable/webgrabplus/5.0.6/templates/NOTES.txt b/stable/webgrabplus/5.0.7/templates/NOTES.txt similarity index 100% rename from stable/webgrabplus/5.0.6/templates/NOTES.txt rename to stable/webgrabplus/5.0.7/templates/NOTES.txt diff --git a/stable/webgrabplus/5.0.6/templates/common.yaml b/stable/webgrabplus/5.0.7/templates/common.yaml similarity index 100% rename from stable/webgrabplus/5.0.6/templates/common.yaml rename to stable/webgrabplus/5.0.7/templates/common.yaml diff --git a/stable/webgrabplus/5.0.6/values.yaml b/stable/webgrabplus/5.0.7/values.yaml similarity index 100% rename from stable/webgrabplus/5.0.6/values.yaml rename to stable/webgrabplus/5.0.7/values.yaml