Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-04-18 07:43:00 +00:00
parent 9799eded1b
commit 85367e0094
12 changed files with 32 additions and 19 deletions

View File

@ -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))

View File

@ -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

View File

@ -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

View File

@ -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))

View File

@ -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