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 61c8d8db584..00000000000 --- 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 c969dd1cd94..43adbd1d317 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 3a74e3253e7..086313e9650 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 00000000000..49adfdadbdd --- /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 ad497da13f8..955c3d20071 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