Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7467b17897
commit
e4d3352052
|
@ -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))
|
|
||||||
|
|
|
@ -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))
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.3.6
|
version: 8.3.6
|
||||||
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
|
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
|
||||||
generated: "2021-10-16T12:49:46.530127432Z"
|
generated: "2021-10-17T09:17:51.734046096Z"
|
|
@ -22,4 +22,4 @@ sources:
|
||||||
- https://github.com/HaveAGitGat/Tdarr
|
- https://github.com/HaveAGitGat/Tdarr
|
||||||
- https://hub.docker.com/r/haveagitgat/tdarr_node
|
- https://hub.docker.com/r/haveagitgat/tdarr_node
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
|
@ -186,11 +186,10 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
$ref:
|
default: "tdarr-node.ix-tdarr-node.svc.cluster.local"
|
||||||
- "definitions/nodeIP"
|
|
||||||
- variable: nodePort
|
- variable: nodePort
|
||||||
label: "nodePort"
|
label: "nodePort"
|
||||||
description: "Sets the port of this node"
|
description: "Sets the port of this node."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
|
@ -964,6 +963,7 @@ questions:
|
||||||
description: "Path inside the container the storage is mounted"
|
description: "Path inside the container the storage is mounted"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
show_if: [["type", "=", "hostPath"]]
|
||||||
|
required: true
|
||||||
type: hostpath
|
type: hostpath
|
||||||
- variable: hostPathType
|
- variable: hostPathType
|
||||||
label: "hostPath Type"
|
label: "hostPath Type"
|
|
@ -14,12 +14,12 @@ podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
serverIP: "0.0.0.0"
|
PUID: 568
|
||||||
serverPort: 8266
|
|
||||||
nodeID: "myFirstTdarrNode"
|
nodeID: "myFirstTdarrNode"
|
||||||
nodeIP: "0.0.0.0"
|
nodeIP: "0.0.0.0"
|
||||||
nodePort: 8267
|
nodePort: 8267
|
||||||
PUID: 568
|
serverIP: "0.0.0.0"
|
||||||
|
serverPort: 8266
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -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))
|
|
||||||
|
|
|
@ -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))
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.3.6
|
version: 8.3.6
|
||||||
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
|
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
|
||||||
generated: "2021-10-16T11:58:38.969164719Z"
|
generated: "2021-10-17T09:18:04.31396914Z"
|
|
@ -22,4 +22,4 @@ sources:
|
||||||
- https://github.com/HaveAGitGat/Tdarr
|
- https://github.com/HaveAGitGat/Tdarr
|
||||||
- https://hub.docker.com/r/haveagitgat/tdarr
|
- https://hub.docker.com/r/haveagitgat/tdarr
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
|
@ -12,7 +12,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| env.PUID | int | `568` | |
|
| env.PUID | int | `568` | |
|
||||||
| env.serverIP | string | `"0.0.0.0"` | |
|
| env.serverIP | string | `"localhost"` | |
|
||||||
| env.serverPort | int | `8266` | |
|
| env.serverPort | int | `8266` | |
|
||||||
| env.webUIPort | int | `8265` | |
|
| env.webUIPort | int | `8265` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
@ -187,11 +187,11 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
$ref:
|
hidden: true
|
||||||
- "definitions/nodeIP"
|
default: "localhost"
|
||||||
- variable: serverPort
|
- variable: serverPort
|
||||||
label: "serverPort"
|
label: "serverPort"
|
||||||
description: "Sets the server port."
|
description: "Sets the server's comm port."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
|
@ -1204,6 +1204,7 @@ questions:
|
||||||
description: "Path inside the container the storage is mounted"
|
description: "Path inside the container the storage is mounted"
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
show_if: [["type", "=", "hostPath"]]
|
||||||
|
required: true
|
||||||
type: hostpath
|
type: hostpath
|
||||||
- variable: hostPathType
|
- variable: hostPathType
|
||||||
label: "hostPath Type"
|
label: "hostPath Type"
|
|
@ -14,10 +14,10 @@ podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
webUIPort: 8265
|
|
||||||
serverIP: "0.0.0.0"
|
|
||||||
serverPort: 8266
|
|
||||||
PUID: 568
|
PUID: 568
|
||||||
|
serverIP: "localhost"
|
||||||
|
serverPort: 8266
|
||||||
|
webUIPort: 8265
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
Loading…
Reference in New Issue