Update catalog changes

This commit is contained in:
sonicaj
2024-08-12 15:12:46 +00:00
parent 7d563b529d
commit 63fbeebd69
115 changed files with 448 additions and 424 deletions

View File

@@ -1,16 +1,17 @@
{
"1.2.12": {
"1.2.13": {
"healthy": true,
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/community/node-red/1.2.12",
"last_update": "2024-08-12 13:22:55",
"location": "/__w/charts/charts/community/node-red/1.2.13",
"last_update": "2024-08-12 15:12:28",
"required_features": [
"definitions/timezone",
"normalize/ixVolume",
"normalize/acl"
],
"human_version": "3.1.10_1.2.12",
"version": "1.2.12",
"human_version": "3.1.10_1.2.13",
"version": "1.2.13",
"chart_metadata": {
"name": "node-red",
"description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.",
@@ -18,7 +19,7 @@
"title": "Node-RED"
},
"type": "application",
"version": "1.2.12",
"version": "1.2.13",
"apiVersion": "v2",
"appVersion": "3.1.10",
"kubeVersion": ">=1.16.0-0",
@@ -98,6 +99,29 @@
}
},
"questions": [
{
"variable": "TZ",
"group": "Node-RED Configuration",
"label": "Timezone",
"schema": {
"type": "string",
"default": "America/Los_Angeles",
"required": true,
"$ref": [
"definitions/timezone"
],
"enum": [
{
"value": "Asia/Damascus",
"description": "'Asia/Damascus' timezone"
},
{
"value": "Asia/Saigon",
"description": "'Asia/Saigon' timezone"
}
]
}
},
{
"variable": "noderedConfig",
"label": "",