Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-11-13 21:22:25 +00:00
parent ee707f8a3e
commit 0ab2ab8f99
15 changed files with 15 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
## [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))

View File

@@ -11,7 +11,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 4.0.5
version: 4.0.6
description: n8n is an extendable workflow automation tool.
home: https://truecharts.org/docs/charts/stable/n8n
icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png
@@ -29,7 +29,7 @@ sources:
- https://docs.n8n.io/
- https://github.com/n8n-io/n8n
- https://hub.docker.com/r/n8nio/n8n
version: 6.0.1
version: 6.0.2
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,13 @@
## [n8n-6.0.2](https://github.com/truecharts/charts/compare/n8n-6.0.1...n8n-6.0.2) (2022-11-13)
### Chore
- update helm general non-major ([#4404](https://github.com/truecharts/charts/issues/4404))
### Fix
- undo last change on ints

Binary file not shown.

View File

@@ -234,13 +234,11 @@ questions:
description: "The maximum run time (in seconds) before stopping a workflow execution. Set to -1 to disable."
schema:
type: int
"null": true
- variable: EXECUTIONS_TIMEOUT_MAX
label: "Max Execution Timeout (Leave empty for default)"
description: "The max execution time (in seconds) that can be set for a workflow individually"
schema:
type: int
"null": true
- variable: EXECUTIONS_DATA_SAVE_ON_ERROR
label: "Execution Data Save on Error"
description: "Whether n8n saves execution data on error."
@@ -284,7 +282,6 @@ questions:
description: "The execution age (in hours) before it is deleted"
schema:
type: int
"null": true
- variable: EXECUTIONS_DATA_PRUNE
label: "Execution Data Prune"
description: "Whether to delete data of past executions on a rolling basis"
@@ -298,7 +295,6 @@ questions:
description: "The timeout (in seconds) after execution data has been pruned"
schema:
type: int
"null": true
- variable: n8n_security
group: "App Configuration"
label: "Security"
@@ -412,7 +408,6 @@ questions:
description: "The maximum payload size in MB"
schema:
type: int
"null": true
- variable: N8N_METRICS
label: "Enable Metrics endpoint"
description: "Whether to enable the metrics endpoint"
@@ -534,13 +529,11 @@ questions:
description: "Max number of log files to keep"
schema:
type: int
"null": true
- variable: N8N_LOG_FILE_SIZE_MAX
label: "Max Log File Size (Leave empty for default)"
description: "Max size of each log file in MB"
schema:
type: int
"null": true
- variable: externalhooks
group: "App Configuration"
label: "External Hooks"
@@ -584,7 +577,6 @@ questions:
description: "Your SMTP server port"
schema:
type: int
"null": true
- variable: N8N_SMTP_USER
label: "SMTP User"
description: "Your SMTP username"