Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-05 12:35:05 +00:00
parent 6a7c88b418
commit b55f50d078
510 changed files with 5412 additions and 390 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="oscam-3.0.4"></a>
### [oscam-3.0.4](https://github.com/truecharts/apps/compare/oscam-3.0.3...oscam-3.0.4) (2021-10-05)
#### Chore
* update non-major deps helm releases ([#1099](https://github.com/truecharts/apps/issues/1099))
<a name="oscam-3.0.3"></a>
### [oscam-3.0.3](https://github.com/truecharts/apps/compare/oscam-3.0.2...oscam-3.0.3) (2021-09-29)
+2 -3
View File
@@ -11,8 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PGID | string | `"20"` | |
| env.PUID | string | `"568"` | |
| env.PUID | int | `568` | |
| env.TZ | string | `"UTC"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/oscam"` | |
@@ -23,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsGroup | int | `20` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
+1 -1
View File
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.0.13 |
| https://truecharts.org | common | 8.2.2 |
## Installing the Chart