Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b2b8af670c
commit
42df894063
|
@ -1,11 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [n8n-6.0.0](https://github.com/truecharts/charts/compare/n8n-5.0.3...n8n-6.0.0) (2022-11-12)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general major (major) ([#4392](https://github.com/truecharts/charts/issues/4392))
|
|
||||||
- update helm general non-major ([#4395](https://github.com/truecharts/charts/issues/4395))
|
|
||||||
- update docker general non-major
|
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ sources:
|
||||||
- https://docs.n8n.io/
|
- https://docs.n8n.io/
|
||||||
- https://github.com/n8n-io/n8n
|
- https://github.com/n8n-io/n8n
|
||||||
- https://hub.docker.com/r/n8nio/n8n
|
- https://hub.docker.com/r/n8nio/n8n
|
||||||
version: 6.0.0
|
version: 6.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [n8n-6.0.1](https://github.com/truecharts/charts/compare/n8n-6.0.0...n8n-6.0.1) (2022-11-13)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- allow null on ints ([#4407](https://github.com/truecharts/charts/issues/4407))
|
||||||
|
|
||||||
|
|
|
@ -234,11 +234,13 @@ questions:
|
||||||
description: "The maximum run time (in seconds) before stopping a workflow execution. Set to -1 to disable."
|
description: "The maximum run time (in seconds) before stopping a workflow execution. Set to -1 to disable."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
"null": true
|
||||||
- variable: EXECUTIONS_TIMEOUT_MAX
|
- variable: EXECUTIONS_TIMEOUT_MAX
|
||||||
label: "Max Execution Timeout (Leave empty for default)"
|
label: "Max Execution Timeout (Leave empty for default)"
|
||||||
description: "The max execution time (in seconds) that can be set for a workflow individually"
|
description: "The max execution time (in seconds) that can be set for a workflow individually"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
"null": true
|
||||||
- variable: EXECUTIONS_DATA_SAVE_ON_ERROR
|
- variable: EXECUTIONS_DATA_SAVE_ON_ERROR
|
||||||
label: "Execution Data Save on Error"
|
label: "Execution Data Save on Error"
|
||||||
description: "Whether n8n saves execution data on error."
|
description: "Whether n8n saves execution data on error."
|
||||||
|
@ -282,6 +284,7 @@ questions:
|
||||||
description: "The execution age (in hours) before it is deleted"
|
description: "The execution age (in hours) before it is deleted"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
"null": true
|
||||||
- variable: EXECUTIONS_DATA_PRUNE
|
- variable: EXECUTIONS_DATA_PRUNE
|
||||||
label: "Execution Data Prune"
|
label: "Execution Data Prune"
|
||||||
description: "Whether to delete data of past executions on a rolling basis"
|
description: "Whether to delete data of past executions on a rolling basis"
|
||||||
|
@ -295,6 +298,7 @@ questions:
|
||||||
description: "The timeout (in seconds) after execution data has been pruned"
|
description: "The timeout (in seconds) after execution data has been pruned"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
"null": true
|
||||||
- variable: n8n_security
|
- variable: n8n_security
|
||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
label: "Security"
|
label: "Security"
|
||||||
|
@ -408,6 +412,7 @@ questions:
|
||||||
description: "The maximum payload size in MB"
|
description: "The maximum payload size in MB"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
"null": true
|
||||||
- variable: N8N_METRICS
|
- variable: N8N_METRICS
|
||||||
label: "Enable Metrics endpoint"
|
label: "Enable Metrics endpoint"
|
||||||
description: "Whether to enable the metrics endpoint"
|
description: "Whether to enable the metrics endpoint"
|
||||||
|
@ -529,11 +534,13 @@ questions:
|
||||||
description: "Max number of log files to keep"
|
description: "Max number of log files to keep"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
"null": true
|
||||||
- variable: N8N_LOG_FILE_SIZE_MAX
|
- variable: N8N_LOG_FILE_SIZE_MAX
|
||||||
label: "Max Log File Size (Leave empty for default)"
|
label: "Max Log File Size (Leave empty for default)"
|
||||||
description: "Max size of each log file in MB"
|
description: "Max size of each log file in MB"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
"null": true
|
||||||
- variable: externalhooks
|
- variable: externalhooks
|
||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
label: "External Hooks"
|
label: "External Hooks"
|
||||||
|
@ -577,6 +584,7 @@ questions:
|
||||||
description: "Your SMTP server port"
|
description: "Your SMTP server port"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
"null": true
|
||||||
- variable: N8N_SMTP_USER
|
- variable: N8N_SMTP_USER
|
||||||
label: "SMTP User"
|
label: "SMTP User"
|
||||||
description: "Your SMTP username"
|
description: "Your SMTP username"
|
Loading…
Reference in New Issue