Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-15 23:31:18 +00:00
parent 55c73e77a8
commit 8da0942f10
811 changed files with 8776 additions and 937 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="sabnzbd-9.0.9"></a>
### [sabnzbd-9.0.9](https://github.com/truecharts/apps/compare/sabnzbd-9.0.8...sabnzbd-9.0.9) (2021-11-15)
#### Chore
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338))
<a name="sabnzbd-9.0.8"></a>
### [sabnzbd-9.0.8](https://github.com/truecharts/apps/compare/sabnzbd-9.0.7...sabnzbd-9.0.8) (2021-11-14)
+1 -1
View File
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.5.7 |
| https://truecharts.org | common | 8.6.2 |
## Installing the Chart
-3
View File
@@ -15,11 +15,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/sabnzbd"` | |
| image.tag | string | `"v3.4.2@sha256:26dc34fc8fbad6a678993ee03742ede43d5b1ec079ac15990063c2861375e597"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.main.ports.main.port | int | `8080` | |
| service.main.ports.main.targetPort | int | `8080` | |