Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
13
stable/n8n/6.0.2/app-changelog.md
Normal file
13
stable/n8n/6.0.2/app-changelog.md
Normal 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
|
||||
|
||||
|
||||
BIN
stable/n8n/6.0.2/charts/redis-4.0.6.tgz
Normal file
BIN
stable/n8n/6.0.2/charts/redis-4.0.6.tgz
Normal file
Binary file not shown.
@@ -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"
|
||||
Reference in New Issue
Block a user