From 2a9d052bb0cf452785b4b72b075f54a9e35689c6 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Fri, 26 Apr 2024 06:53:55 +0000 Subject: [PATCH] Publish new changes in catalog --- community/n8n/{1.2.42 => 1.2.43}/Chart.lock | 0 community/n8n/{1.2.42 => 1.2.43}/Chart.yaml | 4 ++-- community/n8n/{1.2.42 => 1.2.43}/README.md | 0 community/n8n/{1.2.42 => 1.2.43}/app-readme.md | 0 .../n8n/{1.2.42 => 1.2.43}/charts/common-1.2.9.tgz | Bin .../n8n/{1.2.42 => 1.2.43}/ci/basic-values.yaml | 0 .../n8n/{1.2.42 => 1.2.43}/ci/https-values.yaml | 0 community/n8n/{1.2.42 => 1.2.43}/ix_values.yaml | 2 +- community/n8n/{1.2.42 => 1.2.43}/metadata.yaml | 0 community/n8n/{1.2.42 => 1.2.43}/migrations/migrate | 0 community/n8n/{1.2.42 => 1.2.43}/questions.yaml | 0 .../n8n/{1.2.42 => 1.2.43}/templates/NOTES.txt | 0 .../{1.2.42 => 1.2.43}/templates/_configuration.tpl | 0 community/n8n/{1.2.42 => 1.2.43}/templates/_n8n.tpl | 0 .../{1.2.42 => 1.2.43}/templates/_persistence.tpl | 0 .../n8n/{1.2.42 => 1.2.43}/templates/_portal.tpl | 0 .../n8n/{1.2.42 => 1.2.43}/templates/_postgres.tpl | 0 .../n8n/{1.2.42 => 1.2.43}/templates/_redis.tpl | 0 .../n8n/{1.2.42 => 1.2.43}/templates/_service.tpl | 0 .../{1.2.42 => 1.2.43}/templates/_validation.tpl | 0 .../n8n/{1.2.42 => 1.2.43}/templates/common.yaml | 0 21 files changed, 3 insertions(+), 3 deletions(-) rename community/n8n/{1.2.42 => 1.2.43}/Chart.lock (100%) rename community/n8n/{1.2.42 => 1.2.43}/Chart.yaml (94%) rename community/n8n/{1.2.42 => 1.2.43}/README.md (100%) rename community/n8n/{1.2.42 => 1.2.43}/app-readme.md (100%) rename community/n8n/{1.2.42 => 1.2.43}/charts/common-1.2.9.tgz (100%) rename community/n8n/{1.2.42 => 1.2.43}/ci/basic-values.yaml (100%) rename community/n8n/{1.2.42 => 1.2.43}/ci/https-values.yaml (100%) rename community/n8n/{1.2.42 => 1.2.43}/ix_values.yaml (98%) rename community/n8n/{1.2.42 => 1.2.43}/metadata.yaml (100%) rename community/n8n/{1.2.42 => 1.2.43}/migrations/migrate (100%) rename community/n8n/{1.2.42 => 1.2.43}/questions.yaml (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/NOTES.txt (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/_configuration.tpl (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/_n8n.tpl (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/_persistence.tpl (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/_portal.tpl (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/_postgres.tpl (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/_redis.tpl (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/_service.tpl (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/_validation.tpl (100%) rename community/n8n/{1.2.42 => 1.2.43}/templates/common.yaml (100%) diff --git a/community/n8n/1.2.42/Chart.lock b/community/n8n/1.2.43/Chart.lock similarity index 100% rename from community/n8n/1.2.42/Chart.lock rename to community/n8n/1.2.43/Chart.lock diff --git a/community/n8n/1.2.42/Chart.yaml b/community/n8n/1.2.43/Chart.yaml similarity index 94% rename from community/n8n/1.2.42/Chart.yaml rename to community/n8n/1.2.43/Chart.yaml index bfbab58931..a8468ae1e9 100644 --- a/community/n8n/1.2.42/Chart.yaml +++ b/community/n8n/1.2.43/Chart.yaml @@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool. annotations: title: n8n type: application -version: 1.2.42 +version: 1.2.43 apiVersion: v2 -appVersion: 1.39.0 +appVersion: 1.39.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/n8n/1.2.42/README.md b/community/n8n/1.2.43/README.md similarity index 100% rename from community/n8n/1.2.42/README.md rename to community/n8n/1.2.43/README.md diff --git a/community/n8n/1.2.42/app-readme.md b/community/n8n/1.2.43/app-readme.md similarity index 100% rename from community/n8n/1.2.42/app-readme.md rename to community/n8n/1.2.43/app-readme.md diff --git a/community/n8n/1.2.42/charts/common-1.2.9.tgz b/community/n8n/1.2.43/charts/common-1.2.9.tgz similarity index 100% rename from community/n8n/1.2.42/charts/common-1.2.9.tgz rename to community/n8n/1.2.43/charts/common-1.2.9.tgz diff --git a/community/n8n/1.2.42/ci/basic-values.yaml b/community/n8n/1.2.43/ci/basic-values.yaml similarity index 100% rename from community/n8n/1.2.42/ci/basic-values.yaml rename to community/n8n/1.2.43/ci/basic-values.yaml diff --git a/community/n8n/1.2.42/ci/https-values.yaml b/community/n8n/1.2.43/ci/https-values.yaml similarity index 100% rename from community/n8n/1.2.42/ci/https-values.yaml rename to community/n8n/1.2.43/ci/https-values.yaml diff --git a/community/n8n/1.2.42/ix_values.yaml b/community/n8n/1.2.43/ix_values.yaml similarity index 98% rename from community/n8n/1.2.42/ix_values.yaml rename to community/n8n/1.2.43/ix_values.yaml index ce8de2e15a..527fd9f8c3 100644 --- a/community/n8n/1.2.42/ix_values.yaml +++ b/community/n8n/1.2.43/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: n8nio/n8n pullPolicy: IfNotPresent - tag: 1.39.0 + tag: 1.39.1 resources: limits: diff --git a/community/n8n/1.2.42/metadata.yaml b/community/n8n/1.2.43/metadata.yaml similarity index 100% rename from community/n8n/1.2.42/metadata.yaml rename to community/n8n/1.2.43/metadata.yaml diff --git a/community/n8n/1.2.42/migrations/migrate b/community/n8n/1.2.43/migrations/migrate similarity index 100% rename from community/n8n/1.2.42/migrations/migrate rename to community/n8n/1.2.43/migrations/migrate diff --git a/community/n8n/1.2.42/questions.yaml b/community/n8n/1.2.43/questions.yaml similarity index 100% rename from community/n8n/1.2.42/questions.yaml rename to community/n8n/1.2.43/questions.yaml diff --git a/community/n8n/1.2.42/templates/NOTES.txt b/community/n8n/1.2.43/templates/NOTES.txt similarity index 100% rename from community/n8n/1.2.42/templates/NOTES.txt rename to community/n8n/1.2.43/templates/NOTES.txt diff --git a/community/n8n/1.2.42/templates/_configuration.tpl b/community/n8n/1.2.43/templates/_configuration.tpl similarity index 100% rename from community/n8n/1.2.42/templates/_configuration.tpl rename to community/n8n/1.2.43/templates/_configuration.tpl diff --git a/community/n8n/1.2.42/templates/_n8n.tpl b/community/n8n/1.2.43/templates/_n8n.tpl similarity index 100% rename from community/n8n/1.2.42/templates/_n8n.tpl rename to community/n8n/1.2.43/templates/_n8n.tpl diff --git a/community/n8n/1.2.42/templates/_persistence.tpl b/community/n8n/1.2.43/templates/_persistence.tpl similarity index 100% rename from community/n8n/1.2.42/templates/_persistence.tpl rename to community/n8n/1.2.43/templates/_persistence.tpl diff --git a/community/n8n/1.2.42/templates/_portal.tpl b/community/n8n/1.2.43/templates/_portal.tpl similarity index 100% rename from community/n8n/1.2.42/templates/_portal.tpl rename to community/n8n/1.2.43/templates/_portal.tpl diff --git a/community/n8n/1.2.42/templates/_postgres.tpl b/community/n8n/1.2.43/templates/_postgres.tpl similarity index 100% rename from community/n8n/1.2.42/templates/_postgres.tpl rename to community/n8n/1.2.43/templates/_postgres.tpl diff --git a/community/n8n/1.2.42/templates/_redis.tpl b/community/n8n/1.2.43/templates/_redis.tpl similarity index 100% rename from community/n8n/1.2.42/templates/_redis.tpl rename to community/n8n/1.2.43/templates/_redis.tpl diff --git a/community/n8n/1.2.42/templates/_service.tpl b/community/n8n/1.2.43/templates/_service.tpl similarity index 100% rename from community/n8n/1.2.42/templates/_service.tpl rename to community/n8n/1.2.43/templates/_service.tpl diff --git a/community/n8n/1.2.42/templates/_validation.tpl b/community/n8n/1.2.43/templates/_validation.tpl similarity index 100% rename from community/n8n/1.2.42/templates/_validation.tpl rename to community/n8n/1.2.43/templates/_validation.tpl diff --git a/community/n8n/1.2.42/templates/common.yaml b/community/n8n/1.2.43/templates/common.yaml similarity index 100% rename from community/n8n/1.2.42/templates/common.yaml rename to community/n8n/1.2.43/templates/common.yaml