From fd70af2c6dc71e20dff95e23e1ba91e2cac88433 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 13 Nov 2022 23:18:55 +0200 Subject: [PATCH] fix(n8n): undo last change on ints --- charts/stable/n8n/Chart.yaml | 2 +- charts/stable/n8n/questions.yaml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index f6063e0c7fa..5c9f7b162d6 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -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 diff --git a/charts/stable/n8n/questions.yaml b/charts/stable/n8n/questions.yaml index 590ff79d79f..f9963b72740 100644 --- a/charts/stable/n8n/questions.yaml +++ b/charts/stable/n8n/questions.yaml @@ -160,13 +160,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." @@ -210,7 +208,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" @@ -224,7 +221,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" @@ -338,7 +334,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" @@ -460,13 +455,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" @@ -510,7 +503,6 @@ questions: description: "Your SMTP server port" schema: type: int - "null": true - variable: N8N_SMTP_USER label: "SMTP User" description: "Your SMTP username"