From 7d563b529d01f71738188ff2f3447086f8c24340 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 12 Aug 2024 15:12:28 +0000 Subject: [PATCH] Publish new changes in catalog --- community/node-red/{1.2.12 => 1.2.13}/Chart.lock | 0 community/node-red/{1.2.12 => 1.2.13}/Chart.yaml | 2 +- community/node-red/{1.2.12 => 1.2.13}/README.md | 0 community/node-red/{1.2.12 => 1.2.13}/app-readme.md | 0 .../{1.2.12 => 1.2.13}/charts/common-1.2.9.tgz | Bin .../{1.2.12 => 1.2.13}/ci/basic-node14-values.yaml | 0 .../ci/basic-node14minimal-values.yaml | 0 .../{1.2.12 => 1.2.13}/ci/basic-node16-values.yaml | 0 .../ci/basic-node16minimal-values.yaml | 0 .../{1.2.12 => 1.2.13}/ci/basic-node18-values.yaml | 0 .../ci/basic-node18minimal-values.yaml | 0 .../{1.2.12 => 1.2.13}/ci/extra-values.yaml | 0 .../{1.2.12 => 1.2.13}/ci/hostNet-values.yaml | 0 .../node-red/{1.2.12 => 1.2.13}/ix_values.yaml | 0 community/node-red/{1.2.12 => 1.2.13}/metadata.yaml | 0 .../node-red/{1.2.12 => 1.2.13}/migrations/migrate | 0 .../node-red/{1.2.12 => 1.2.13}/questions.yaml | 9 +++++++++ .../node-red/{1.2.12 => 1.2.13}/templates/NOTES.txt | 0 .../{1.2.12 => 1.2.13}/templates/_nodered.tpl | 0 .../{1.2.12 => 1.2.13}/templates/_persistence.tpl | 0 .../{1.2.12 => 1.2.13}/templates/_portal.tpl | 0 .../{1.2.12 => 1.2.13}/templates/_service.tpl | 0 .../{1.2.12 => 1.2.13}/templates/common.yaml | 0 23 files changed, 10 insertions(+), 1 deletion(-) rename community/node-red/{1.2.12 => 1.2.13}/Chart.lock (100%) rename community/node-red/{1.2.12 => 1.2.13}/Chart.yaml (97%) rename community/node-red/{1.2.12 => 1.2.13}/README.md (100%) rename community/node-red/{1.2.12 => 1.2.13}/app-readme.md (100%) rename community/node-red/{1.2.12 => 1.2.13}/charts/common-1.2.9.tgz (100%) rename community/node-red/{1.2.12 => 1.2.13}/ci/basic-node14-values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/ci/basic-node14minimal-values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/ci/basic-node16-values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/ci/basic-node16minimal-values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/ci/basic-node18-values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/ci/basic-node18minimal-values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/ci/extra-values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/ci/hostNet-values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/ix_values.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/metadata.yaml (100%) rename community/node-red/{1.2.12 => 1.2.13}/migrations/migrate (100%) rename community/node-red/{1.2.12 => 1.2.13}/questions.yaml (98%) rename community/node-red/{1.2.12 => 1.2.13}/templates/NOTES.txt (100%) rename community/node-red/{1.2.12 => 1.2.13}/templates/_nodered.tpl (100%) rename community/node-red/{1.2.12 => 1.2.13}/templates/_persistence.tpl (100%) rename community/node-red/{1.2.12 => 1.2.13}/templates/_portal.tpl (100%) rename community/node-red/{1.2.12 => 1.2.13}/templates/_service.tpl (100%) rename community/node-red/{1.2.12 => 1.2.13}/templates/common.yaml (100%) diff --git a/community/node-red/1.2.12/Chart.lock b/community/node-red/1.2.13/Chart.lock similarity index 100% rename from community/node-red/1.2.12/Chart.lock rename to community/node-red/1.2.13/Chart.lock diff --git a/community/node-red/1.2.12/Chart.yaml b/community/node-red/1.2.13/Chart.yaml similarity index 97% rename from community/node-red/1.2.12/Chart.yaml rename to community/node-red/1.2.13/Chart.yaml index dddff855a9..26d962edaf 100644 --- a/community/node-red/1.2.12/Chart.yaml +++ b/community/node-red/1.2.13/Chart.yaml @@ -4,7 +4,7 @@ description: Node-RED is a programming tool for wiring together hardware devices annotations: title: Node-RED type: application -version: 1.2.12 +version: 1.2.13 apiVersion: v2 appVersion: 3.1.10 kubeVersion: '>=1.16.0-0' diff --git a/community/node-red/1.2.12/README.md b/community/node-red/1.2.13/README.md similarity index 100% rename from community/node-red/1.2.12/README.md rename to community/node-red/1.2.13/README.md diff --git a/community/node-red/1.2.12/app-readme.md b/community/node-red/1.2.13/app-readme.md similarity index 100% rename from community/node-red/1.2.12/app-readme.md rename to community/node-red/1.2.13/app-readme.md diff --git a/community/node-red/1.2.12/charts/common-1.2.9.tgz b/community/node-red/1.2.13/charts/common-1.2.9.tgz similarity index 100% rename from community/node-red/1.2.12/charts/common-1.2.9.tgz rename to community/node-red/1.2.13/charts/common-1.2.9.tgz diff --git a/community/node-red/1.2.12/ci/basic-node14-values.yaml b/community/node-red/1.2.13/ci/basic-node14-values.yaml similarity index 100% rename from community/node-red/1.2.12/ci/basic-node14-values.yaml rename to community/node-red/1.2.13/ci/basic-node14-values.yaml diff --git a/community/node-red/1.2.12/ci/basic-node14minimal-values.yaml b/community/node-red/1.2.13/ci/basic-node14minimal-values.yaml similarity index 100% rename from community/node-red/1.2.12/ci/basic-node14minimal-values.yaml rename to community/node-red/1.2.13/ci/basic-node14minimal-values.yaml diff --git a/community/node-red/1.2.12/ci/basic-node16-values.yaml b/community/node-red/1.2.13/ci/basic-node16-values.yaml similarity index 100% rename from community/node-red/1.2.12/ci/basic-node16-values.yaml rename to community/node-red/1.2.13/ci/basic-node16-values.yaml diff --git a/community/node-red/1.2.12/ci/basic-node16minimal-values.yaml b/community/node-red/1.2.13/ci/basic-node16minimal-values.yaml similarity index 100% rename from community/node-red/1.2.12/ci/basic-node16minimal-values.yaml rename to community/node-red/1.2.13/ci/basic-node16minimal-values.yaml diff --git a/community/node-red/1.2.12/ci/basic-node18-values.yaml b/community/node-red/1.2.13/ci/basic-node18-values.yaml similarity index 100% rename from community/node-red/1.2.12/ci/basic-node18-values.yaml rename to community/node-red/1.2.13/ci/basic-node18-values.yaml diff --git a/community/node-red/1.2.12/ci/basic-node18minimal-values.yaml b/community/node-red/1.2.13/ci/basic-node18minimal-values.yaml similarity index 100% rename from community/node-red/1.2.12/ci/basic-node18minimal-values.yaml rename to community/node-red/1.2.13/ci/basic-node18minimal-values.yaml diff --git a/community/node-red/1.2.12/ci/extra-values.yaml b/community/node-red/1.2.13/ci/extra-values.yaml similarity index 100% rename from community/node-red/1.2.12/ci/extra-values.yaml rename to community/node-red/1.2.13/ci/extra-values.yaml diff --git a/community/node-red/1.2.12/ci/hostNet-values.yaml b/community/node-red/1.2.13/ci/hostNet-values.yaml similarity index 100% rename from community/node-red/1.2.12/ci/hostNet-values.yaml rename to community/node-red/1.2.13/ci/hostNet-values.yaml diff --git a/community/node-red/1.2.12/ix_values.yaml b/community/node-red/1.2.13/ix_values.yaml similarity index 100% rename from community/node-red/1.2.12/ix_values.yaml rename to community/node-red/1.2.13/ix_values.yaml diff --git a/community/node-red/1.2.12/metadata.yaml b/community/node-red/1.2.13/metadata.yaml similarity index 100% rename from community/node-red/1.2.12/metadata.yaml rename to community/node-red/1.2.13/metadata.yaml diff --git a/community/node-red/1.2.12/migrations/migrate b/community/node-red/1.2.13/migrations/migrate similarity index 100% rename from community/node-red/1.2.12/migrations/migrate rename to community/node-red/1.2.13/migrations/migrate diff --git a/community/node-red/1.2.12/questions.yaml b/community/node-red/1.2.13/questions.yaml similarity index 98% rename from community/node-red/1.2.12/questions.yaml rename to community/node-red/1.2.13/questions.yaml index c7b82fa9dd..c46c20a022 100644 --- a/community/node-red/1.2.12/questions.yaml +++ b/community/node-red/1.2.13/questions.yaml @@ -21,6 +21,15 @@ portals: path: "$kubernetes-resource_configmap_portal_path" questions: + - variable: TZ + group: Node-RED Configuration + label: Timezone + schema: + type: string + default: Etc/UTC + required: true + $ref: + - definitions/timezone - variable: noderedConfig label: "" group: Node-RED Configuration diff --git a/community/node-red/1.2.12/templates/NOTES.txt b/community/node-red/1.2.13/templates/NOTES.txt similarity index 100% rename from community/node-red/1.2.12/templates/NOTES.txt rename to community/node-red/1.2.13/templates/NOTES.txt diff --git a/community/node-red/1.2.12/templates/_nodered.tpl b/community/node-red/1.2.13/templates/_nodered.tpl similarity index 100% rename from community/node-red/1.2.12/templates/_nodered.tpl rename to community/node-red/1.2.13/templates/_nodered.tpl diff --git a/community/node-red/1.2.12/templates/_persistence.tpl b/community/node-red/1.2.13/templates/_persistence.tpl similarity index 100% rename from community/node-red/1.2.12/templates/_persistence.tpl rename to community/node-red/1.2.13/templates/_persistence.tpl diff --git a/community/node-red/1.2.12/templates/_portal.tpl b/community/node-red/1.2.13/templates/_portal.tpl similarity index 100% rename from community/node-red/1.2.12/templates/_portal.tpl rename to community/node-red/1.2.13/templates/_portal.tpl diff --git a/community/node-red/1.2.12/templates/_service.tpl b/community/node-red/1.2.13/templates/_service.tpl similarity index 100% rename from community/node-red/1.2.12/templates/_service.tpl rename to community/node-red/1.2.13/templates/_service.tpl diff --git a/community/node-red/1.2.12/templates/common.yaml b/community/node-red/1.2.13/templates/common.yaml similarity index 100% rename from community/node-red/1.2.12/templates/common.yaml rename to community/node-red/1.2.13/templates/common.yaml