app_versions.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. {
  2. "1.1.7": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/node-red/1.1.7",
  7. "last_update": "2023-12-20 10:45:42",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "3.1.3_1.1.7",
  12. "version": "1.1.7",
  13. "chart_metadata": {
  14. "name": "node-red",
  15. "description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.",
  16. "annotations": {
  17. "title": "Node-RED"
  18. },
  19. "type": "application",
  20. "version": "1.1.7",
  21. "apiVersion": "v2",
  22. "appVersion": "3.1.3",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.5"
  36. }
  37. ],
  38. "home": "https://nodered.org",
  39. "icon": "https://media.sys.truenas.net/apps/node-red/icons/icon.png",
  40. "sources": [
  41. "https://github.com/node-red/node-red-docker",
  42. "https://github.com/truenas/charts/tree/master/community/node-red",
  43. "https://nodered.org"
  44. ],
  45. "keywords": [
  46. "automation"
  47. ]
  48. },
  49. "app_metadata": {
  50. "runAsContext": [
  51. {
  52. "userName": "node-red",
  53. "groupName": "node-red",
  54. "gid": 1000,
  55. "uid": 1000,
  56. "description": "Node-RED runs as a non-root user."
  57. }
  58. ],
  59. "capabilities": [],
  60. "hostMounts": []
  61. },
  62. "schema": {
  63. "groups": [
  64. {
  65. "name": "Node-RED Configuration",
  66. "description": "Configure Node-RED"
  67. },
  68. {
  69. "name": "User and Group Configuration",
  70. "description": "Configure User and Group for Node-RED"
  71. },
  72. {
  73. "name": "Network Configuration",
  74. "description": "Configure Network for Node-RED"
  75. },
  76. {
  77. "name": "Storage Configuration",
  78. "description": "Configure Storage for Node-RED"
  79. },
  80. {
  81. "name": "Resources Configuration",
  82. "description": "Configure Resources for Node-RED"
  83. }
  84. ],
  85. "portals": {
  86. "web_portal": {
  87. "protocols": [
  88. "$kubernetes-resource_configmap_portal_protocol"
  89. ],
  90. "host": [
  91. "$kubernetes-resource_configmap_portal_host"
  92. ],
  93. "ports": [
  94. "$kubernetes-resource_configmap_portal_port"
  95. ],
  96. "path": "$kubernetes-resource_configmap_portal_path"
  97. }
  98. },
  99. "questions": [
  100. {
  101. "variable": "noderedConfig",
  102. "label": "",
  103. "group": "Node-RED Configuration",
  104. "schema": {
  105. "type": "dict",
  106. "attrs": [
  107. {
  108. "variable": "imageSelector",
  109. "label": "Node-RED Image",
  110. "description": "The Node-RED image to use.",
  111. "schema": {
  112. "type": "string",
  113. "default": "node16Image",
  114. "required": true,
  115. "enum": [
  116. {
  117. "value": "node14Image",
  118. "description": "Node-RED on Node.js 14"
  119. },
  120. {
  121. "value": "node14MinimalImage",
  122. "description": "Node-RED Minimal on Node.js 14"
  123. },
  124. {
  125. "value": "node16Image",
  126. "description": "Node-RED on Node.js 16"
  127. },
  128. {
  129. "value": "node16MinimalImage",
  130. "description": "Node-RED Minimal on Node.js 16"
  131. },
  132. {
  133. "value": "node18Image",
  134. "description": "Node-RED on Node.js 18"
  135. },
  136. {
  137. "value": "node18MinimalImage",
  138. "description": "Node-RED Minimal on Node.js 18"
  139. }
  140. ]
  141. }
  142. },
  143. {
  144. "variable": "safeMode",
  145. "label": "Safe Mode",
  146. "description": "Starts Node-RED without starting the flows.</br>\nThis allows you to open the flows in the editor and\n make changes without the flows running.</br>\n When you deploy your changes, the flows are then started.\n",
  147. "schema": {
  148. "type": "boolean",
  149. "default": false
  150. }
  151. },
  152. {
  153. "variable": "enableProjects",
  154. "label": "Enable Projects",
  155. "description": "Enable projects in Node-RED.</br>\nThis allows you to use the projects feature in Node-RED.\n",
  156. "schema": {
  157. "type": "boolean",
  158. "default": false
  159. }
  160. },
  161. {
  162. "variable": "additionalEnvs",
  163. "label": "Additional Environment Variables",
  164. "description": "Configure additional environment variables for Node-RED.",
  165. "schema": {
  166. "type": "list",
  167. "default": [],
  168. "items": [
  169. {
  170. "variable": "env",
  171. "label": "Environment Variable",
  172. "schema": {
  173. "type": "dict",
  174. "attrs": [
  175. {
  176. "variable": "name",
  177. "label": "Name",
  178. "schema": {
  179. "type": "string",
  180. "required": true
  181. }
  182. },
  183. {
  184. "variable": "value",
  185. "label": "Value",
  186. "schema": {
  187. "type": "string",
  188. "required": true
  189. }
  190. }
  191. ]
  192. }
  193. }
  194. ]
  195. }
  196. }
  197. ]
  198. }
  199. },
  200. {
  201. "variable": "noderedNetwork",
  202. "label": "",
  203. "group": "Network Configuration",
  204. "schema": {
  205. "type": "dict",
  206. "attrs": [
  207. {
  208. "variable": "webPort",
  209. "label": "Web Port",
  210. "description": "The port for the Node-RED Web UI.",
  211. "schema": {
  212. "type": "int",
  213. "default": 30049,
  214. "min": 9000,
  215. "max": 65535,
  216. "required": true
  217. }
  218. },
  219. {
  220. "variable": "hostNetwork",
  221. "label": "Host Network",
  222. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  223. "schema": {
  224. "type": "boolean",
  225. "default": false
  226. }
  227. }
  228. ]
  229. }
  230. },
  231. {
  232. "variable": "noderedStorage",
  233. "label": "",
  234. "group": "Storage Configuration",
  235. "schema": {
  236. "type": "dict",
  237. "attrs": [
  238. {
  239. "variable": "data",
  240. "label": "Node-RED Data Storage",
  241. "description": "The path to store Node-RED Data.",
  242. "schema": {
  243. "type": "dict",
  244. "attrs": [
  245. {
  246. "variable": "type",
  247. "label": "Type",
  248. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  249. "schema": {
  250. "type": "string",
  251. "required": true,
  252. "immutable": true,
  253. "default": "ixVolume",
  254. "enum": [
  255. {
  256. "value": "hostPath",
  257. "description": "Host Path (Path that already exists on the system)"
  258. },
  259. {
  260. "value": "ixVolume",
  261. "description": "ixVolume (Dataset created automatically by the system)"
  262. }
  263. ]
  264. }
  265. },
  266. {
  267. "variable": "datasetName",
  268. "label": "Dataset Name",
  269. "schema": {
  270. "type": "string",
  271. "show_if": [
  272. [
  273. "type",
  274. "=",
  275. "ixVolume"
  276. ]
  277. ],
  278. "required": true,
  279. "hidden": true,
  280. "immutable": true,
  281. "default": "data",
  282. "$ref": [
  283. "normalize/ixVolume"
  284. ]
  285. }
  286. },
  287. {
  288. "variable": "hostPath",
  289. "label": "Host Path",
  290. "schema": {
  291. "type": "hostpath",
  292. "show_if": [
  293. [
  294. "type",
  295. "=",
  296. "hostPath"
  297. ]
  298. ],
  299. "required": true
  300. }
  301. }
  302. ]
  303. }
  304. },
  305. {
  306. "variable": "additionalStorages",
  307. "label": "Additional Storage",
  308. "description": "Additional storage for Node-RED.",
  309. "schema": {
  310. "type": "list",
  311. "default": [],
  312. "items": [
  313. {
  314. "variable": "storageEntry",
  315. "label": "Storage Entry",
  316. "schema": {
  317. "type": "dict",
  318. "attrs": [
  319. {
  320. "variable": "type",
  321. "label": "Type",
  322. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.</br>\nSMB Share: Is a SMB share that is mounted to a persistent volume claim.\n",
  323. "schema": {
  324. "type": "string",
  325. "required": true,
  326. "default": "ixVolume",
  327. "immutable": true,
  328. "enum": [
  329. {
  330. "value": "hostPath",
  331. "description": "Host Path (Path that already exists on the system)"
  332. },
  333. {
  334. "value": "ixVolume",
  335. "description": "ixVolume (Dataset created automatically by the system)"
  336. },
  337. {
  338. "value": "smb-pv-pvc",
  339. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  340. }
  341. ]
  342. }
  343. },
  344. {
  345. "variable": "mountPath",
  346. "label": "Mount Path",
  347. "description": "The path inside the container to mount the storage.",
  348. "schema": {
  349. "type": "path",
  350. "required": true
  351. }
  352. },
  353. {
  354. "variable": "hostPath",
  355. "label": "Host Path",
  356. "description": "The host path to use for storage.",
  357. "schema": {
  358. "type": "hostpath",
  359. "show_if": [
  360. [
  361. "type",
  362. "=",
  363. "hostPath"
  364. ]
  365. ],
  366. "required": true
  367. }
  368. },
  369. {
  370. "variable": "datasetName",
  371. "label": "Dataset Name",
  372. "description": "The name of the dataset to use for storage.",
  373. "schema": {
  374. "type": "string",
  375. "show_if": [
  376. [
  377. "type",
  378. "=",
  379. "ixVolume"
  380. ]
  381. ],
  382. "required": true,
  383. "immutable": true,
  384. "default": "storage_entry",
  385. "$ref": [
  386. "normalize/ixVolume"
  387. ]
  388. }
  389. },
  390. {
  391. "variable": "server",
  392. "label": "Server",
  393. "description": "The server for the SMB share.",
  394. "schema": {
  395. "type": "string",
  396. "show_if": [
  397. [
  398. "type",
  399. "=",
  400. "smb-pv-pvc"
  401. ]
  402. ],
  403. "required": true
  404. }
  405. },
  406. {
  407. "variable": "share",
  408. "label": "Share",
  409. "description": "The share name for the SMB share.",
  410. "schema": {
  411. "type": "string",
  412. "show_if": [
  413. [
  414. "type",
  415. "=",
  416. "smb-pv-pvc"
  417. ]
  418. ],
  419. "required": true
  420. }
  421. },
  422. {
  423. "variable": "domain",
  424. "label": "Domain (Optional)",
  425. "description": "The domain for the SMB share.",
  426. "schema": {
  427. "type": "string",
  428. "show_if": [
  429. [
  430. "type",
  431. "=",
  432. "smb-pv-pvc"
  433. ]
  434. ]
  435. }
  436. },
  437. {
  438. "variable": "username",
  439. "label": "Username",
  440. "description": "The username for the SMB share.",
  441. "schema": {
  442. "type": "string",
  443. "show_if": [
  444. [
  445. "type",
  446. "=",
  447. "smb-pv-pvc"
  448. ]
  449. ],
  450. "required": true
  451. }
  452. },
  453. {
  454. "variable": "password",
  455. "label": "Password",
  456. "description": "The password for the SMB share.",
  457. "schema": {
  458. "type": "string",
  459. "show_if": [
  460. [
  461. "type",
  462. "=",
  463. "smb-pv-pvc"
  464. ]
  465. ],
  466. "required": true,
  467. "private": true
  468. }
  469. },
  470. {
  471. "variable": "size",
  472. "label": "Size (in Gi)",
  473. "description": "The size of the volume quota.",
  474. "schema": {
  475. "type": "int",
  476. "show_if": [
  477. [
  478. "type",
  479. "=",
  480. "smb-pv-pvc"
  481. ]
  482. ],
  483. "required": true,
  484. "min": 1,
  485. "default": 1
  486. }
  487. }
  488. ]
  489. }
  490. }
  491. ]
  492. }
  493. }
  494. ]
  495. }
  496. },
  497. {
  498. "variable": "resources",
  499. "group": "Resources Configuration",
  500. "label": "",
  501. "schema": {
  502. "type": "dict",
  503. "attrs": [
  504. {
  505. "variable": "limits",
  506. "label": "Limits",
  507. "schema": {
  508. "type": "dict",
  509. "attrs": [
  510. {
  511. "variable": "cpu",
  512. "label": "CPU",
  513. "description": "CPU limit for Node-RED.",
  514. "schema": {
  515. "type": "string",
  516. "max_length": 6,
  517. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  518. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  519. "default": "4000m",
  520. "required": true
  521. }
  522. },
  523. {
  524. "variable": "memory",
  525. "label": "Memory",
  526. "description": "Memory limit for Node-RED.",
  527. "schema": {
  528. "type": "string",
  529. "max_length": 12,
  530. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  531. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  532. "default": "8Gi",
  533. "required": true
  534. }
  535. }
  536. ]
  537. }
  538. }
  539. ]
  540. }
  541. }
  542. ]
  543. },
  544. "app_readme": "<h1>Node-RED</h1>\n<p><a href=\"https://nodered.org\">Node-RED</a> is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Node-RED</code> directories.\nAfterward, the <code>Node-RED</code> container will run as a <strong>non</strong>-root user (<code>1000</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  545. "detailed_readme": "<h1>Node-RED</h1>\n<p><a href=\"https://nodered.org\">Node-RED</a> is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Node-RED</code> directories.\nAfterward, the <code>Node-RED</code> container will run as a <strong>non</strong>-root user (<code>1000</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  546. "changelog": null
  547. }
  548. }