From 6ed6573d9ff98d4522924a97b383a698f197be22 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 28 Jan 2022 08:59:59 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/n8n/0.0.1/CHANGELOG.md | 10 ----- incubator/n8n/0.0.2/CHANGELOG.md | 18 ++++++++ incubator/n8n/{0.0.1 => 0.0.2}/CONFIG.md | 0 incubator/n8n/{0.0.1 => 0.0.2}/Chart.lock | 2 +- incubator/n8n/{0.0.1 => 0.0.2}/Chart.yaml | 2 +- incubator/n8n/{0.0.1 => 0.0.2}/README.md | 0 incubator/n8n/{0.0.1 => 0.0.2}/app-readme.md | 0 .../{0.0.1 => 0.0.2}/charts/common-8.14.2.tgz | Bin .../charts/postgresql-6.0.58.tgz | Bin .../{0.0.1 => 0.0.2}/charts/redis-1.0.63.tgz | Bin incubator/n8n/{0.0.1 => 0.0.2}/helm-values.md | 0 incubator/n8n/{0.0.1 => 0.0.2}/ix_values.yaml | 0 incubator/n8n/{0.0.1 => 0.0.2}/questions.yaml | 10 ++--- incubator/n8n/{0.0.1 => 0.0.2}/security.md | 0 .../{0.0.1 => 0.0.2}/templates/_configmap.tpl | 40 +++++++++--------- .../{0.0.1 => 0.0.2}/templates/common.yaml | 0 incubator/n8n/{0.0.1 => 0.0.2}/values.yaml | 0 17 files changed, 45 insertions(+), 37 deletions(-) delete mode 100644 incubator/n8n/0.0.1/CHANGELOG.md create mode 100644 incubator/n8n/0.0.2/CHANGELOG.md rename incubator/n8n/{0.0.1 => 0.0.2}/CONFIG.md (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/Chart.lock (87%) rename incubator/n8n/{0.0.1 => 0.0.2}/Chart.yaml (98%) rename incubator/n8n/{0.0.1 => 0.0.2}/README.md (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/app-readme.md (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/charts/common-8.14.2.tgz (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/charts/postgresql-6.0.58.tgz (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/charts/redis-1.0.63.tgz (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/helm-values.md (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/ix_values.yaml (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/questions.yaml (99%) rename incubator/n8n/{0.0.1 => 0.0.2}/security.md (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/templates/_configmap.tpl (89%) rename incubator/n8n/{0.0.1 => 0.0.2}/templates/common.yaml (100%) rename incubator/n8n/{0.0.1 => 0.0.2}/values.yaml (100%) diff --git a/incubator/n8n/0.0.1/CHANGELOG.md b/incubator/n8n/0.0.1/CHANGELOG.md deleted file mode 100644 index 27f949bc25..0000000000 --- a/incubator/n8n/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### n8n-0.0.1 (2022-01-27) - -#### Feat - -* Add n8n ([#1797](https://github.com/truecharts/apps/issues/1797)) - diff --git a/incubator/n8n/0.0.2/CHANGELOG.md b/incubator/n8n/0.0.2/CHANGELOG.md new file mode 100644 index 0000000000..28da2f6fb2 --- /dev/null +++ b/incubator/n8n/0.0.2/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog
+ + + +### [n8n-0.0.2](https://github.com/truecharts/apps/compare/n8n-0.0.1...n8n-0.0.2) (2022-01-28) + +#### Fix + +* quote values on configmap ([#1802](https://github.com/truecharts/apps/issues/1802)) + + + + +### n8n-0.0.1 (2022-01-27) + +#### Feat + +* Add n8n ([#1797](https://github.com/truecharts/apps/issues/1797)) diff --git a/incubator/n8n/0.0.1/CONFIG.md b/incubator/n8n/0.0.2/CONFIG.md similarity index 100% rename from incubator/n8n/0.0.1/CONFIG.md rename to incubator/n8n/0.0.2/CONFIG.md diff --git a/incubator/n8n/0.0.1/Chart.lock b/incubator/n8n/0.0.2/Chart.lock similarity index 87% rename from incubator/n8n/0.0.1/Chart.lock rename to incubator/n8n/0.0.2/Chart.lock index e3f1cc5205..60564fb9df 100644 --- a/incubator/n8n/0.0.1/Chart.lock +++ b/incubator/n8n/0.0.2/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://truecharts.org version: 1.0.63 digest: sha256:e41f7ea9203768b04adca367d6fba3dca20224666c88824b364d9d4a9d56c6bf -generated: "2022-01-27T22:41:46.685595625Z" +generated: "2022-01-28T08:56:31.677101935Z" diff --git a/incubator/n8n/0.0.1/Chart.yaml b/incubator/n8n/0.0.2/Chart.yaml similarity index 98% rename from incubator/n8n/0.0.1/Chart.yaml rename to incubator/n8n/0.0.2/Chart.yaml index 9e85e6623f..afa2446c0c 100644 --- a/incubator/n8n/0.0.1/Chart.yaml +++ b/incubator/n8n/0.0.2/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://docs.n8n.io/ - https://github.com/n8n-io/n8n - https://hub.docker.com/r/n8nio/n8n -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/incubator/n8n/0.0.1/README.md b/incubator/n8n/0.0.2/README.md similarity index 100% rename from incubator/n8n/0.0.1/README.md rename to incubator/n8n/0.0.2/README.md diff --git a/incubator/n8n/0.0.1/app-readme.md b/incubator/n8n/0.0.2/app-readme.md similarity index 100% rename from incubator/n8n/0.0.1/app-readme.md rename to incubator/n8n/0.0.2/app-readme.md diff --git a/incubator/n8n/0.0.1/charts/common-8.14.2.tgz b/incubator/n8n/0.0.2/charts/common-8.14.2.tgz similarity index 100% rename from incubator/n8n/0.0.1/charts/common-8.14.2.tgz rename to incubator/n8n/0.0.2/charts/common-8.14.2.tgz diff --git a/incubator/n8n/0.0.1/charts/postgresql-6.0.58.tgz b/incubator/n8n/0.0.2/charts/postgresql-6.0.58.tgz similarity index 100% rename from incubator/n8n/0.0.1/charts/postgresql-6.0.58.tgz rename to incubator/n8n/0.0.2/charts/postgresql-6.0.58.tgz diff --git a/incubator/n8n/0.0.1/charts/redis-1.0.63.tgz b/incubator/n8n/0.0.2/charts/redis-1.0.63.tgz similarity index 100% rename from incubator/n8n/0.0.1/charts/redis-1.0.63.tgz rename to incubator/n8n/0.0.2/charts/redis-1.0.63.tgz diff --git a/incubator/n8n/0.0.1/helm-values.md b/incubator/n8n/0.0.2/helm-values.md similarity index 100% rename from incubator/n8n/0.0.1/helm-values.md rename to incubator/n8n/0.0.2/helm-values.md diff --git a/incubator/n8n/0.0.1/ix_values.yaml b/incubator/n8n/0.0.2/ix_values.yaml similarity index 100% rename from incubator/n8n/0.0.1/ix_values.yaml rename to incubator/n8n/0.0.2/ix_values.yaml diff --git a/incubator/n8n/0.0.1/questions.yaml b/incubator/n8n/0.0.2/questions.yaml similarity index 99% rename from incubator/n8n/0.0.1/questions.yaml rename to incubator/n8n/0.0.2/questions.yaml index 9113801c64..61913f3eea 100644 --- a/incubator/n8n/0.0.1/questions.yaml +++ b/incubator/n8n/0.0.2/questions.yaml @@ -507,13 +507,13 @@ questions: type: dict attrs: - variable: CREDENTIALS_OVERWRITE_DATA - label: "Credentianls Overwrites" + label: "Credentianls Overwrites (Leave empty for default)" description: "Overwrites for credentials" schema: type: string - default: "default" + default: "" - variable: CREDENTIALS_OVERWRITE_ENDPOINT - label: "Credentials Overwrite Endpoint" + label: "Credentials Overwrite Endpoint (Leave empty for default)" description: "The API endpoint to fetch credentials" schema: type: string @@ -536,7 +536,7 @@ questions: description: "Log output level" schema: type: string - default: "default" + default: "Default" enum: - value: "" description: "Default" @@ -555,7 +555,7 @@ questions: description: "Where to output logs" schema: type: string - default: "default" + default: "Default" enum: - value: "" description: "Default" diff --git a/incubator/n8n/0.0.1/security.md b/incubator/n8n/0.0.2/security.md similarity index 100% rename from incubator/n8n/0.0.1/security.md rename to incubator/n8n/0.0.2/security.md diff --git a/incubator/n8n/0.0.1/templates/_configmap.tpl b/incubator/n8n/0.0.2/templates/_configmap.tpl similarity index 89% rename from incubator/n8n/0.0.1/templates/_configmap.tpl rename to incubator/n8n/0.0.2/templates/_configmap.tpl index 6f942ee57e..20f0c80d25 100644 --- a/incubator/n8n/0.0.1/templates/_configmap.tpl +++ b/incubator/n8n/0.0.2/templates/_configmap.tpl @@ -15,7 +15,7 @@ data: N8N_AUTH_EXCLUDE_ENDPOINTS: {{ .Values.security.N8N_AUTH_EXCLUDE_ENDPOINTS | quote }} {{- end }} {{- if .Values.security.N8N_BASIC_AUTH_ACTIVE }} - N8N_BASIC_AUTH_ACTIVE: {{ .Values.security.N8N_BASIC_AUTH_ACTIVE }} + N8N_BASIC_AUTH_ACTIVE: {{ .Values.security.N8N_BASIC_AUTH_ACTIVE | quote }} {{- end }} {{- if .Values.security.N8N_BASIC_AUTH_USER }} N8N_BASIC_AUTH_USER: {{ .Values.security.N8N_BASIC_AUTH_USER | quote }} @@ -24,10 +24,10 @@ data: N8N_BASIC_AUTH_PASSWORD: {{ .Values.security.N8N_BASIC_AUTH_PASSWORD | quote }} {{- end }} {{- if .Values.security.N8N_BASIC_AUTH_HASH }} - N8N_BASIC_AUTH_HASH: {{ .Values.security.N8N_BASIC_AUTH_HASH }} + N8N_BASIC_AUTH_HASH: {{ .Values.security.N8N_BASIC_AUTH_HASH | quote }} {{- end }} {{- if .Values.security.N8N_JWT_AUTH_ACTIVE }} - N8N_JWT_AUTH_ACTIVE: {{ .Values.security.N8N_JWT_AUTH_ACTIVE }} + N8N_JWT_AUTH_ACTIVE: {{ .Values.security.N8N_JWT_AUTH_ACTIVE | quote }} {{- end }} {{- if .Values.security.N8N_JWT_AUTH_HEADER }} N8N_JWT_AUTH_HEADER: {{ .Values.security.N8N_JWT_AUTH_HEADER | quote }} @@ -58,10 +58,10 @@ data: N8N_LOG_OUTPUT: {{ .Values.logs.N8N_LOG_OUTPUT | quote }} {{- end }} {{- if .Values.logs.N8N_LOG_FILE_COUNT_MAX }} - N8N_LOG_FILE_COUNT_MAX: {{ .Values.logs.N8N_LOG_FILE_COUNT_MAX }} + N8N_LOG_FILE_COUNT_MAX: {{ .Values.logs.N8N_LOG_FILE_COUNT_MAX | quote }} {{- end }} {{- if .Values.logs.N8N_LOG_FILE_SIZE_MAX }} - N8N_LOG_FILE_SIZE_MAX: {{ .Values.logs.N8N_LOG_FILE_SIZE_MAX }} + N8N_LOG_FILE_SIZE_MAX: {{ .Values.logs.N8N_LOG_FILE_SIZE_MAX | quote }} {{- end }} {{- if .Values.logs.N8N_LOG_FILE_LOCATION }} N8N_LOG_FILE_LOCATION: {{ .Values.logs.N8N_LOG_FILE_LOCATION | quote }} @@ -74,10 +74,10 @@ data: EXECUTIONS_MODE: {{ .Values.executions.EXECUTIONS_MODE | quote }} {{- end }} {{- if .Values.executions.EXECUTIONS_TIMEOUT }} - EXECUTIONS_TIMEOUT: {{ .Values.executions.EXECUTIONS_TIMEOUT }} + EXECUTIONS_TIMEOUT: {{ .Values.executions.EXECUTIONS_TIMEOUT | quote }} {{- end }} {{- if .Values.executions.EXECUTIONS_TIMEOUT_MAX }} - EXECUTIONS_TIMEOUT_MAX: {{ .Values.executions.EXECUTIONS_TIMEOUT_MAX }} + EXECUTIONS_TIMEOUT_MAX: {{ .Values.executions.EXECUTIONS_TIMEOUT_MAX | quote }} {{- end }} {{- if .Values.executions.EXECUTIONS_DATA_SAVE_ON_ERROR }} EXECUTIONS_DATA_SAVE_ON_ERROR: {{ .Values.executions.EXECUTIONS_DATA_SAVE_ON_ERROR | quote }} @@ -86,29 +86,29 @@ data: EXECUTIONS_DATA_SAVE_ON_SUCCESS: {{ .Values.executions.EXECUTIONS_DATA_SAVE_ON_SUCCESS | quote }} {{- end }} {{- if .Values.executions.EXECUTIONS_DATA_SAVE_ON_PROGRESS }} - EXECUTIONS_DATA_SAVE_ON_PROGRESS: {{ .Values.executions.EXECUTIONS_DATA_SAVE_ON_PROGRESS }} + EXECUTIONS_DATA_SAVE_ON_PROGRESS: {{ .Values.executions.EXECUTIONS_DATA_SAVE_ON_PROGRESS | quote }} {{- end }} {{- if .Values.executions.EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS }} - EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: {{ .Values.executions.EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS }} + EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS: {{ .Values.executions.EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS | quote }} {{- end }} {{- if .Values.executions.EXECUTIONS_DATA_PRUNE }} - EXECUTIONS_DATA_PRUNE: {{ .Values.executions.EXECUTIONS_DATA_PRUNE }} + EXECUTIONS_DATA_PRUNE: {{ .Values.executions.EXECUTIONS_DATA_PRUNE | quote }} {{- end }} {{- if .Values.executions.EXECUTIONS_DATA_MAX_AGE }} - EXECUTIONS_DATA_MAX_AGE: {{ .Values.executions.EXECUTIONS_DATA_MAX_AGE }} + EXECUTIONS_DATA_MAX_AGE: {{ .Values.executions.EXECUTIONS_DATA_MAX_AGE | quote }} {{- end }} {{- if .Values.executions.EXECUTIONS_DATA_PRUNE_TIMEOUT }} - EXECUTIONS_DATA_PRUNE_TIMEOUT: {{ .Values.executions.EXECUTIONS_DATA_PRUNE_TIMEOUT }} + EXECUTIONS_DATA_PRUNE_TIMEOUT: {{ .Values.executions.EXECUTIONS_DATA_PRUNE_TIMEOUT | quote }} {{- end }} {{/* Endpoints */}} {{- if .Values.endpoints.WEBHOOK_URL }} WEBHOOK_URL: {{ .Values.endpoints.WEBHOOK_URL | quote }} {{- end }} {{- if .Values.endpoints.N8N_PAYLOAD_SIZE_MAX }} - N8N_PAYLOAD_SIZE_MAX: {{ .Values.endpoints.N8N_PAYLOAD_SIZE_MAX }} + N8N_PAYLOAD_SIZE_MAX: {{ .Values.endpoints.N8N_PAYLOAD_SIZE_MAX | quote }} {{- end }} {{- if .Values.endpoints.N8N_METRICS }} - N8N_METRICS: {{ .Values.endpoints.N8N_METRICS }} + N8N_METRICS: {{ .Values.endpoints.N8N_METRICS | quote }} {{- end }} {{- if .Values.endpoints.N8N_METRICS_PREFIX }} N8N_METRICS_PREFIX: {{ .Values.endpoints.N8N_METRICS_PREFIX | quote }} @@ -126,10 +126,10 @@ data: N8N_ENDPOINT_WEBHOOK_WAIT: {{ .Values.endpoints.N8N_ENDPOINT_WEBHOOK_WAIT | quote }} {{- end }} {{- if .Values.endpoints.N8N_DISABLE_PRODUCTION_MAIN_PROCESS }} - N8N_DISABLE_PRODUCTION_MAIN_PROCESS: {{ .Values.endpoints.N8N_DISABLE_PRODUCTION_MAIN_PROCESS }} + N8N_DISABLE_PRODUCTION_MAIN_PROCESS: {{ .Values.endpoints.N8N_DISABLE_PRODUCTION_MAIN_PROCESS | quote }} {{- end }} {{- if .Values.endpoints.N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN }} - N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: {{ .Values.endpoints.N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN }} + N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN: {{ .Values.endpoints.N8N_SKIP_WEBHOOK_DEREGISTRATION_SHUTDOWN | quote }} {{- end }} {{/* Credentials */}} {{- if .Values.credentials.CREDENTIALS_OVERWRITE_DATA }} @@ -149,18 +149,18 @@ data: N8N_CONFIG_FILES: {{ .Values.deployment.N8N_CONFIG_FILES | quote }} {{- end }} {{- if .Values.deployment.N8N_DISABLE_UI }} - N8N_DISABLE_UI: {{ .Values.deployment.N8N_DISABLE_UI }} + N8N_DISABLE_UI: {{ .Values.deployment.N8N_DISABLE_UI | quote }} {{- end }} {{- if .Values.deployment.N8N_ENCRYPTION_KEY }} N8N_ENCRYPTION_KEY: {{ .Values.deployment.N8N_ENCRYPTION_KEY | quote }} {{- end }} {{- if .Values.deployment.N8N_PERSONALIZATION_ENABLED }} - N8N_PERSONALIZATION_ENABLED: {{ .Values.deployment.N8N_PERSONALIZATION_ENABLED }} + N8N_PERSONALIZATION_ENABLED: {{ .Values.deployment.N8N_PERSONALIZATION_ENABLED | quote }} {{- end }} {{- if .Values.deployment.N8N_VERSION_NOTIFICATIONS_ENABLED }} - N8N_VERSION_NOTIFICATIONS_ENABLED: {{ .Values.deployment.N8N_VERSION_NOTIFICATIONS_ENABLED }} + N8N_VERSION_NOTIFICATIONS_ENABLED: {{ .Values.deployment.N8N_VERSION_NOTIFICATIONS_ENABLED | quote }} {{- end }} {{- if .Values.deployment.N8N_DIAGNOSTICS_ENABLED }} - N8N_DIAGNOSTICS_ENABLED: {{ .Values.deployment.N8N_DIAGNOSTICS_ENABLED }} + N8N_DIAGNOSTICS_ENABLED: {{ .Values.deployment.N8N_DIAGNOSTICS_ENABLED | quote }} {{- end }} {{- end -}} diff --git a/incubator/n8n/0.0.1/templates/common.yaml b/incubator/n8n/0.0.2/templates/common.yaml similarity index 100% rename from incubator/n8n/0.0.1/templates/common.yaml rename to incubator/n8n/0.0.2/templates/common.yaml diff --git a/incubator/n8n/0.0.1/values.yaml b/incubator/n8n/0.0.2/values.yaml similarity index 100% rename from incubator/n8n/0.0.1/values.yaml rename to incubator/n8n/0.0.2/values.yaml