Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-01-31 20:58:42 +00:00
parent 0abadc10bb
commit a9dabc3b8a
13 changed files with 45 additions and 23 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="deluge-9.0.37"></a>
### [deluge-9.0.37](https://github.com/truecharts/apps/compare/deluge-9.0.36...deluge-9.0.37) (2022-01-31)
#### Fix
* rofs false ([#1821](https://github.com/truecharts/apps/issues/1821))
<a name="deluge-9.0.36"></a>
### [deluge-9.0.36](https://github.com/truecharts/apps/compare/deluge-9.0.35...deluge-9.0.36) (2022-01-25)
@ -88,12 +97,3 @@
* update helm general non-major helm releases ([#1623](https://github.com/truecharts/apps/issues/1623))
<a name="deluge-9.0.27"></a>
### [deluge-9.0.27](https://github.com/truecharts/apps/compare/deluge-9.0.26...deluge-9.0.27) (2021-12-21)
#### Chore
* update helm general non-major helm releases ([#1596](https://github.com/truecharts/apps/issues/1596))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.14.2
digest: sha256:add6a5e615f2accd0ebc68c6ccb45ed13078763b68888bc01ea839371d698449
generated: "2022-01-25T19:27:36.226382947Z"
generated: "2022-01-31T20:55:23.762782776Z"

View File

@ -21,7 +21,7 @@ name: deluge
sources:
- https://github.com/deluge-torrent/deluge
type: application
version: 9.0.36
version: 9.0.37
annotations:
truecharts.org/catagories: |
- media

View File

@ -19,6 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8112` | |
| service.main.ports.main.targetPort | int | `8112` | |

View File

@ -5,6 +5,7 @@ image:
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0

View File

@ -1682,7 +1682,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:

File diff suppressed because one or more lines are too long