app_versions.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/node-red/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "3.1.0_1.1.2",
  12. "version": "1.1.2",
  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.2",
  21. "apiVersion": "v2",
  22. "appVersion": "3.1.0",
  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.2"
  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. "immutable": true,
  300. "required": true
  301. }
  302. }
  303. ]
  304. }
  305. },
  306. {
  307. "variable": "additionalStorages",
  308. "label": "Additional Storage",
  309. "description": "Additional storage for Node-RED.",
  310. "schema": {
  311. "type": "list",
  312. "default": [],
  313. "items": [
  314. {
  315. "variable": "storageEntry",
  316. "label": "Storage Entry",
  317. "schema": {
  318. "type": "dict",
  319. "attrs": [
  320. {
  321. "variable": "type",
  322. "label": "Type",
  323. "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",
  324. "schema": {
  325. "type": "string",
  326. "required": true,
  327. "default": "ixVolume",
  328. "immutable": true,
  329. "enum": [
  330. {
  331. "value": "hostPath",
  332. "description": "Host Path (Path that already exists on the system)"
  333. },
  334. {
  335. "value": "ixVolume",
  336. "description": "ixVolume (Dataset created automatically by the system)"
  337. },
  338. {
  339. "value": "smb-pv-pvc",
  340. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  341. }
  342. ]
  343. }
  344. },
  345. {
  346. "variable": "mountPath",
  347. "label": "Mount Path",
  348. "description": "The path inside the container to mount the storage.",
  349. "schema": {
  350. "type": "path",
  351. "required": true
  352. }
  353. },
  354. {
  355. "variable": "hostPath",
  356. "label": "Host Path",
  357. "description": "The host path to use for storage.",
  358. "schema": {
  359. "type": "hostpath",
  360. "show_if": [
  361. [
  362. "type",
  363. "=",
  364. "hostPath"
  365. ]
  366. ],
  367. "required": true
  368. }
  369. },
  370. {
  371. "variable": "datasetName",
  372. "label": "Dataset Name",
  373. "description": "The name of the dataset to use for storage.",
  374. "schema": {
  375. "type": "string",
  376. "show_if": [
  377. [
  378. "type",
  379. "=",
  380. "ixVolume"
  381. ]
  382. ],
  383. "required": true,
  384. "immutable": true,
  385. "default": "storage_entry",
  386. "$ref": [
  387. "normalize/ixVolume"
  388. ]
  389. }
  390. },
  391. {
  392. "variable": "server",
  393. "label": "Server",
  394. "description": "The server for the SMB share.",
  395. "schema": {
  396. "type": "string",
  397. "show_if": [
  398. [
  399. "type",
  400. "=",
  401. "smb-pv-pvc"
  402. ]
  403. ],
  404. "required": true
  405. }
  406. },
  407. {
  408. "variable": "share",
  409. "label": "Share",
  410. "description": "The share name for the SMB share.",
  411. "schema": {
  412. "type": "string",
  413. "show_if": [
  414. [
  415. "type",
  416. "=",
  417. "smb-pv-pvc"
  418. ]
  419. ],
  420. "required": true
  421. }
  422. },
  423. {
  424. "variable": "domain",
  425. "label": "Domain (Optional)",
  426. "description": "The domain for the SMB share.",
  427. "schema": {
  428. "type": "string",
  429. "show_if": [
  430. [
  431. "type",
  432. "=",
  433. "smb-pv-pvc"
  434. ]
  435. ]
  436. }
  437. },
  438. {
  439. "variable": "username",
  440. "label": "Username",
  441. "description": "The username for the SMB share.",
  442. "schema": {
  443. "type": "string",
  444. "show_if": [
  445. [
  446. "type",
  447. "=",
  448. "smb-pv-pvc"
  449. ]
  450. ],
  451. "required": true
  452. }
  453. },
  454. {
  455. "variable": "password",
  456. "label": "Password",
  457. "description": "The password for the SMB share.",
  458. "schema": {
  459. "type": "string",
  460. "show_if": [
  461. [
  462. "type",
  463. "=",
  464. "smb-pv-pvc"
  465. ]
  466. ],
  467. "required": true,
  468. "private": true
  469. }
  470. },
  471. {
  472. "variable": "size",
  473. "label": "Size (in Gi)",
  474. "description": "The size of the volume quota.",
  475. "schema": {
  476. "type": "int",
  477. "show_if": [
  478. [
  479. "type",
  480. "=",
  481. "smb-pv-pvc"
  482. ]
  483. ],
  484. "required": true,
  485. "min": 1,
  486. "default": 1
  487. }
  488. }
  489. ]
  490. }
  491. }
  492. ]
  493. }
  494. }
  495. ]
  496. }
  497. },
  498. {
  499. "variable": "resources",
  500. "group": "Resources Configuration",
  501. "label": "",
  502. "schema": {
  503. "type": "dict",
  504. "attrs": [
  505. {
  506. "variable": "limits",
  507. "label": "Limits",
  508. "schema": {
  509. "type": "dict",
  510. "attrs": [
  511. {
  512. "variable": "cpu",
  513. "label": "CPU",
  514. "description": "CPU limit for Node-RED.",
  515. "schema": {
  516. "type": "string",
  517. "max_length": 6,
  518. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  519. "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",
  520. "default": "4000m",
  521. "required": true
  522. }
  523. },
  524. {
  525. "variable": "memory",
  526. "label": "Memory",
  527. "description": "Memory limit for Node-RED.",
  528. "schema": {
  529. "type": "string",
  530. "max_length": 12,
  531. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  532. "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",
  533. "default": "8Gi",
  534. "required": true
  535. }
  536. }
  537. ]
  538. }
  539. }
  540. ]
  541. }
  542. }
  543. ]
  544. },
  545. "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>",
  546. "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>",
  547. "changelog": null
  548. }
  549. }