Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [deluge-9.0.36](https://github.com/truecharts/apps/compare/deluge-9.0.35...deluge-9.0.36) (2022-01-25)
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| persistence.varrun.enabled | bool | `true` | |
|
| persistence.varrun.enabled | bool | `true` | |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
||||||
| podSecurityContext.runAsUser | int | `0` | |
|
| podSecurityContext.runAsUser | int | `0` | |
|
||||||
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
| securityContext.runAsNonRoot | bool | `false` | |
|
| securityContext.runAsNonRoot | bool | `false` | |
|
||||||
| service.main.ports.main.port | int | `8112` | |
|
| service.main.ports.main.port | int | `8112` | |
|
||||||
| service.main.ports.main.targetPort | int | `8112` | |
|
| service.main.ports.main.targetPort | int | `8112` | |
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [deluge-9.0.36](https://github.com/truecharts/apps/compare/deluge-9.0.35...deluge-9.0.36) (2022-01-25)
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| persistence.varrun.enabled | bool | `true` | |
|
| persistence.varrun.enabled | bool | `true` | |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
||||||
| podSecurityContext.runAsUser | int | `0` | |
|
| podSecurityContext.runAsUser | int | `0` | |
|
||||||
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
| securityContext.runAsNonRoot | bool | `false` | |
|
| securityContext.runAsNonRoot | bool | `false` | |
|
||||||
| service.main.ports.main.port | int | `8112` | |
|
| service.main.ports.main.port | int | `8112` | |
|
||||||
| service.main.ports.main.targetPort | int | `8112` | |
|
| service.main.ports.main.targetPort | int | `8112` | |
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+33
-35
@@ -7696,6 +7696,38 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/deepstack-gpu-3.0.0/deepstack-gpu-3.0.0.tgz
|
- https://github.com/truecharts/apps/releases/download/deepstack-gpu-3.0.0/deepstack-gpu-3.0.0.tgz
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
deluge:
|
deluge:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- media
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 2.0.3
|
||||||
|
created: "2022-01-31T20:58:39.617999923Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.14.2
|
||||||
|
description: Deluge App for TrueNAS SCALE
|
||||||
|
digest: 4772407ccc5b73dfcf47acacf713a708e45a3402a6952848a0eba230b501a9d9
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge
|
||||||
|
icon: https://truecharts.org/_static/img/appicons/deluge-icon.png
|
||||||
|
keywords:
|
||||||
|
- transmission
|
||||||
|
- torrent
|
||||||
|
- usenet
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: deluge
|
||||||
|
sources:
|
||||||
|
- https://github.com/deluge-torrent/deluge
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/deluge-9.0.37/deluge-9.0.37.tgz
|
||||||
|
version: 9.0.37
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -47399,40 +47431,6 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/strapi-0.0.1/strapi-0.0.1.tgz
|
- https://github.com/truecharts/apps/releases/download/strapi-0.0.1/strapi-0.0.1.tgz
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
synapse:
|
synapse:
|
||||||
- annotations:
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- cloud
|
|
||||||
truecharts.org/grade: U
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: 1.50.2
|
|
||||||
created: "2022-01-31T20:49:41.99284935Z"
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://truecharts.org
|
|
||||||
version: 8.14.2
|
|
||||||
- condition: postgresql.enabled
|
|
||||||
name: postgresql
|
|
||||||
repository: https://truecharts.org/
|
|
||||||
version: 6.0.58
|
|
||||||
description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes
|
|
||||||
digest: b25c30ebcc7951e3cc4935e488581c6f6fb11a6850caed0d168da6708521e438
|
|
||||||
home: https://github.com/truecharts/apps/charts/stable/synapse
|
|
||||||
icon: https://truecharts.org/_static/img/appicons/synapse-icon.png
|
|
||||||
keywords:
|
|
||||||
- chat
|
|
||||||
- matrix
|
|
||||||
- synapse
|
|
||||||
kubeVersion: '>=1.16.0-0'
|
|
||||||
maintainers:
|
|
||||||
- email: info@truecharts.org
|
|
||||||
name: TrueCharts
|
|
||||||
url: https://truecharts.org
|
|
||||||
name: synapse
|
|
||||||
type: application
|
|
||||||
urls:
|
|
||||||
- https://github.com/truecharts/apps/releases/download/synapse-0.0.14/synapse-0.0.14.tgz
|
|
||||||
version: 0.0.14
|
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -54436,4 +54434,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||||
version: 9.0.24
|
version: 9.0.24
|
||||||
generated: "2022-01-31T20:49:41.996367448Z"
|
generated: "2022-01-31T20:58:39.621880444Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user