Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-17 09:19:40 +00:00
parent 7467b17897
commit e4d3352052
28 changed files with 34 additions and 33 deletions

View File

@ -1,8 +0,0 @@
<a name="tdarr-node-0.0.1"></a>
### tdarr-node-0.0.1 (2021-10-16)
#### Feat
* Add tdarr-node ([#1150](https://github.com/truecharts/apps/issues/1150))

View File

@ -0,0 +1,8 @@
<a name="tdarr-node-0.0.2"></a>
### [tdarr-node-0.0.2](https://github.com/truecharts/apps/compare/tdarr-node-0.0.1...tdarr-node-0.0.2) (2021-10-17)
#### Fix
* fix env's for tdarr ([#1153](https://github.com/truecharts/apps/issues/1153))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.3.6
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
generated: "2021-10-16T12:49:46.530127432Z"
generated: "2021-10-17T09:17:51.734046096Z"

View File

@ -22,4 +22,4 @@ sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr_node
type: application
version: 0.0.1
version: 0.0.2

View File

@ -186,11 +186,10 @@ questions:
schema:
type: string
required: true
$ref:
- "definitions/nodeIP"
default: "tdarr-node.ix-tdarr-node.svc.cluster.local"
- variable: nodePort
label: "nodePort"
description: "Sets the port of this node"
description: "Sets the port of this node."
schema:
type: int
required: true
@ -964,6 +963,7 @@ questions:
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"]]
required: true
type: hostpath
- variable: hostPathType
label: "hostPath Type"

View File

@ -14,12 +14,12 @@ podSecurityContext:
runAsGroup: 0
env:
serverIP: "0.0.0.0"
serverPort: 8266
PUID: 568
nodeID: "myFirstTdarrNode"
nodeIP: "0.0.0.0"
nodePort: 8267
PUID: 568
serverIP: "0.0.0.0"
serverPort: 8266
service:
main:

View File

@ -1,8 +0,0 @@
<a name="tdarr-0.0.1"></a>
### [tdarr-0.0.1](https://github.com/truecharts/apps/compare/tdarr-node-0.0.1...tdarr-0.0.1) (2021-10-16)
#### Feat
* Add tdarr ([#1152](https://github.com/truecharts/apps/issues/1152))

View File

@ -0,0 +1,8 @@
<a name="tdarr-0.0.2"></a>
### [tdarr-0.0.2](https://github.com/truecharts/apps/compare/tdarr-0.0.1...tdarr-0.0.2) (2021-10-17)
#### Fix
* fix env's for tdarr ([#1153](https://github.com/truecharts/apps/issues/1153))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.3.6
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
generated: "2021-10-16T11:58:38.969164719Z"
generated: "2021-10-17T09:18:04.31396914Z"

View File

@ -22,4 +22,4 @@ sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr
type: application
version: 0.0.1
version: 0.0.2

View File

@ -12,7 +12,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PUID | int | `568` | |
| env.serverIP | string | `"0.0.0.0"` | |
| env.serverIP | string | `"localhost"` | |
| env.serverPort | int | `8266` | |
| env.webUIPort | int | `8265` | |
| image.pullPolicy | string | `"IfNotPresent"` | |

View File

@ -187,11 +187,11 @@ questions:
schema:
type: string
required: true
$ref:
- "definitions/nodeIP"
hidden: true
default: "localhost"
- variable: serverPort
label: "serverPort"
description: "Sets the server port."
description: "Sets the server's comm port."
schema:
type: int
required: true
@ -1204,6 +1204,7 @@ questions:
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"]]
required: true
type: hostpath
- variable: hostPathType
label: "hostPath Type"

View File

@ -14,10 +14,10 @@ podSecurityContext:
runAsGroup: 0
env:
webUIPort: 8265
serverIP: "0.0.0.0"
serverPort: 8266
PUID: 568
serverIP: "localhost"
serverPort: 8266
webUIPort: 8265
service:
main: