From f86f28ef3ea28265553eb6f81c6ef2a913aa2f32 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 19 Feb 2024 14:08:43 +0000 Subject: [PATCH] Publish new changes in catalog --- community/n8n/{1.2.21 => 1.2.22}/Chart.lock | 0 community/n8n/{1.2.21 => 1.2.22}/Chart.yaml | 4 ++-- community/n8n/{1.2.21 => 1.2.22}/README.md | 0 community/n8n/{1.2.21 => 1.2.22}/app-readme.md | 0 .../n8n/{1.2.21 => 1.2.22}/charts/common-1.2.9.tgz | Bin .../n8n/{1.2.21 => 1.2.22}/ci/basic-values.yaml | 0 .../n8n/{1.2.21 => 1.2.22}/ci/https-values.yaml | 0 community/n8n/{1.2.21 => 1.2.22}/ix_values.yaml | 2 +- community/n8n/{1.2.21 => 1.2.22}/metadata.yaml | 0 community/n8n/{1.2.21 => 1.2.22}/migrations/migrate | 0 community/n8n/{1.2.21 => 1.2.22}/questions.yaml | 0 .../n8n/{1.2.21 => 1.2.22}/templates/NOTES.txt | 0 .../{1.2.21 => 1.2.22}/templates/_configuration.tpl | 2 ++ community/n8n/{1.2.21 => 1.2.22}/templates/_n8n.tpl | 0 .../{1.2.21 => 1.2.22}/templates/_persistence.tpl | 0 .../n8n/{1.2.21 => 1.2.22}/templates/_portal.tpl | 0 .../n8n/{1.2.21 => 1.2.22}/templates/_postgres.tpl | 0 .../n8n/{1.2.21 => 1.2.22}/templates/_redis.tpl | 0 .../n8n/{1.2.21 => 1.2.22}/templates/_service.tpl | 0 .../{1.2.21 => 1.2.22}/templates/_validation.tpl | 0 .../n8n/{1.2.21 => 1.2.22}/templates/common.yaml | 0 21 files changed, 5 insertions(+), 3 deletions(-) rename community/n8n/{1.2.21 => 1.2.22}/Chart.lock (100%) rename community/n8n/{1.2.21 => 1.2.22}/Chart.yaml (94%) rename community/n8n/{1.2.21 => 1.2.22}/README.md (100%) rename community/n8n/{1.2.21 => 1.2.22}/app-readme.md (100%) rename community/n8n/{1.2.21 => 1.2.22}/charts/common-1.2.9.tgz (100%) rename community/n8n/{1.2.21 => 1.2.22}/ci/basic-values.yaml (100%) rename community/n8n/{1.2.21 => 1.2.22}/ci/https-values.yaml (100%) rename community/n8n/{1.2.21 => 1.2.22}/ix_values.yaml (98%) rename community/n8n/{1.2.21 => 1.2.22}/metadata.yaml (100%) rename community/n8n/{1.2.21 => 1.2.22}/migrations/migrate (100%) rename community/n8n/{1.2.21 => 1.2.22}/questions.yaml (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/NOTES.txt (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/_configuration.tpl (96%) rename community/n8n/{1.2.21 => 1.2.22}/templates/_n8n.tpl (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/_persistence.tpl (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/_portal.tpl (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/_postgres.tpl (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/_redis.tpl (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/_service.tpl (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/_validation.tpl (100%) rename community/n8n/{1.2.21 => 1.2.22}/templates/common.yaml (100%) diff --git a/community/n8n/1.2.21/Chart.lock b/community/n8n/1.2.22/Chart.lock similarity index 100% rename from community/n8n/1.2.21/Chart.lock rename to community/n8n/1.2.22/Chart.lock diff --git a/community/n8n/1.2.21/Chart.yaml b/community/n8n/1.2.22/Chart.yaml similarity index 94% rename from community/n8n/1.2.21/Chart.yaml rename to community/n8n/1.2.22/Chart.yaml index 0bc2d61cbd..4b5376c5bf 100644 --- a/community/n8n/1.2.21/Chart.yaml +++ b/community/n8n/1.2.22/Chart.yaml @@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool. annotations: title: n8n type: application -version: 1.2.21 +version: 1.2.22 apiVersion: v2 -appVersion: 1.25.1 +appVersion: 1.27.3 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/n8n/1.2.21/README.md b/community/n8n/1.2.22/README.md similarity index 100% rename from community/n8n/1.2.21/README.md rename to community/n8n/1.2.22/README.md diff --git a/community/n8n/1.2.21/app-readme.md b/community/n8n/1.2.22/app-readme.md similarity index 100% rename from community/n8n/1.2.21/app-readme.md rename to community/n8n/1.2.22/app-readme.md diff --git a/community/n8n/1.2.21/charts/common-1.2.9.tgz b/community/n8n/1.2.22/charts/common-1.2.9.tgz similarity index 100% rename from community/n8n/1.2.21/charts/common-1.2.9.tgz rename to community/n8n/1.2.22/charts/common-1.2.9.tgz diff --git a/community/n8n/1.2.21/ci/basic-values.yaml b/community/n8n/1.2.22/ci/basic-values.yaml similarity index 100% rename from community/n8n/1.2.21/ci/basic-values.yaml rename to community/n8n/1.2.22/ci/basic-values.yaml diff --git a/community/n8n/1.2.21/ci/https-values.yaml b/community/n8n/1.2.22/ci/https-values.yaml similarity index 100% rename from community/n8n/1.2.21/ci/https-values.yaml rename to community/n8n/1.2.22/ci/https-values.yaml diff --git a/community/n8n/1.2.21/ix_values.yaml b/community/n8n/1.2.22/ix_values.yaml similarity index 98% rename from community/n8n/1.2.21/ix_values.yaml rename to community/n8n/1.2.22/ix_values.yaml index ae6bcc754a..d09f4668d1 100644 --- a/community/n8n/1.2.21/ix_values.yaml +++ b/community/n8n/1.2.22/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: n8nio/n8n pullPolicy: IfNotPresent - tag: 1.25.1 + tag: 1.27.3 resources: limits: diff --git a/community/n8n/1.2.21/metadata.yaml b/community/n8n/1.2.22/metadata.yaml similarity index 100% rename from community/n8n/1.2.21/metadata.yaml rename to community/n8n/1.2.22/metadata.yaml diff --git a/community/n8n/1.2.21/migrations/migrate b/community/n8n/1.2.22/migrations/migrate similarity index 100% rename from community/n8n/1.2.21/migrations/migrate rename to community/n8n/1.2.22/migrations/migrate diff --git a/community/n8n/1.2.21/questions.yaml b/community/n8n/1.2.22/questions.yaml similarity index 100% rename from community/n8n/1.2.21/questions.yaml rename to community/n8n/1.2.22/questions.yaml diff --git a/community/n8n/1.2.21/templates/NOTES.txt b/community/n8n/1.2.22/templates/NOTES.txt similarity index 100% rename from community/n8n/1.2.21/templates/NOTES.txt rename to community/n8n/1.2.22/templates/NOTES.txt diff --git a/community/n8n/1.2.21/templates/_configuration.tpl b/community/n8n/1.2.22/templates/_configuration.tpl similarity index 96% rename from community/n8n/1.2.21/templates/_configuration.tpl rename to community/n8n/1.2.22/templates/_configuration.tpl index 3529c08b1a..5cdf31b2f0 100644 --- a/community/n8n/1.2.21/templates/_configuration.tpl +++ b/community/n8n/1.2.22/templates/_configuration.tpl @@ -82,5 +82,7 @@ configmap: N8N_SSL_KEY: /certs/tls.key N8N_SSL_CERT: /certs/tls.crt {{- end }} + # https://github.com/n8n-io/n8n/issues/8664#issuecomment-1952155450 + SHELL: /bin/sh {{- end -}} diff --git a/community/n8n/1.2.21/templates/_n8n.tpl b/community/n8n/1.2.22/templates/_n8n.tpl similarity index 100% rename from community/n8n/1.2.21/templates/_n8n.tpl rename to community/n8n/1.2.22/templates/_n8n.tpl diff --git a/community/n8n/1.2.21/templates/_persistence.tpl b/community/n8n/1.2.22/templates/_persistence.tpl similarity index 100% rename from community/n8n/1.2.21/templates/_persistence.tpl rename to community/n8n/1.2.22/templates/_persistence.tpl diff --git a/community/n8n/1.2.21/templates/_portal.tpl b/community/n8n/1.2.22/templates/_portal.tpl similarity index 100% rename from community/n8n/1.2.21/templates/_portal.tpl rename to community/n8n/1.2.22/templates/_portal.tpl diff --git a/community/n8n/1.2.21/templates/_postgres.tpl b/community/n8n/1.2.22/templates/_postgres.tpl similarity index 100% rename from community/n8n/1.2.21/templates/_postgres.tpl rename to community/n8n/1.2.22/templates/_postgres.tpl diff --git a/community/n8n/1.2.21/templates/_redis.tpl b/community/n8n/1.2.22/templates/_redis.tpl similarity index 100% rename from community/n8n/1.2.21/templates/_redis.tpl rename to community/n8n/1.2.22/templates/_redis.tpl diff --git a/community/n8n/1.2.21/templates/_service.tpl b/community/n8n/1.2.22/templates/_service.tpl similarity index 100% rename from community/n8n/1.2.21/templates/_service.tpl rename to community/n8n/1.2.22/templates/_service.tpl diff --git a/community/n8n/1.2.21/templates/_validation.tpl b/community/n8n/1.2.22/templates/_validation.tpl similarity index 100% rename from community/n8n/1.2.21/templates/_validation.tpl rename to community/n8n/1.2.22/templates/_validation.tpl diff --git a/community/n8n/1.2.21/templates/common.yaml b/community/n8n/1.2.22/templates/common.yaml similarity index 100% rename from community/n8n/1.2.21/templates/common.yaml rename to community/n8n/1.2.22/templates/common.yaml