app_versions.json 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. {
  2. "1.2.60": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/drawio/1.2.60",
  7. "last_update": "2025-03-05 14:27:33",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "normalize/acl"
  11. ],
  12. "human_version": "26.0.16_1.2.60",
  13. "version": "1.2.60",
  14. "chart_metadata": {
  15. "name": "drawio",
  16. "description": "Draw.io is a whiteboarding / diagramming software application.",
  17. "annotations": {
  18. "title": "Draw.IO"
  19. },
  20. "type": "application",
  21. "version": "1.2.60",
  22. "apiVersion": "v2",
  23. "appVersion": "26.0.16",
  24. "kubeVersion": ">=1.16.0-0",
  25. "maintainers": [
  26. {
  27. "name": "truenas",
  28. "url": "https://www.truenas.com/",
  29. "email": "dev@ixsystems.com"
  30. }
  31. ],
  32. "dependencies": [
  33. {
  34. "name": "common",
  35. "repository": "file://../../../common",
  36. "version": "1.2.9"
  37. }
  38. ],
  39. "home": "https://www.drawio.com",
  40. "icon": "https://media.sys.truenas.net/apps/drawio/icons/icon.png",
  41. "sources": [
  42. "https://hub.docker.com/r/jgraph/drawio",
  43. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/drawio",
  44. "https://github.com/jgraph/drawio"
  45. ],
  46. "keywords": [
  47. "diagram",
  48. "whiteboard"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "drawio",
  55. "groupName": "drawio",
  56. "gid": 1000,
  57. "uid": 999,
  58. "description": "Draw.IO can run as a non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Draw.io Configuration",
  68. "description": "Configure Draw.io"
  69. },
  70. {
  71. "name": "Network Configuration",
  72. "description": "Configure Network for Draw.io"
  73. },
  74. {
  75. "name": "Storage Configuration",
  76. "description": "Configure Storage for Draw.io"
  77. },
  78. {
  79. "name": "Resources Configuration",
  80. "description": "Configure Resources for Draw.io"
  81. }
  82. ],
  83. "portals": {
  84. "web_portal": {
  85. "protocols": [
  86. "$kubernetes-resource_configmap_portal_protocol"
  87. ],
  88. "host": [
  89. "$kubernetes-resource_configmap_portal_host"
  90. ],
  91. "ports": [
  92. "$kubernetes-resource_configmap_portal_port"
  93. ],
  94. "path": "$kubernetes-resource_configmap_portal_path"
  95. }
  96. },
  97. "questions": [
  98. {
  99. "variable": "drawioConfig",
  100. "label": "",
  101. "group": "Draw.io Configuration",
  102. "schema": {
  103. "type": "dict",
  104. "attrs": [
  105. {
  106. "variable": "additionalEnvs",
  107. "label": "Additional Environment Variables",
  108. "description": "Configure additional environment variables for Draw.io.",
  109. "schema": {
  110. "type": "list",
  111. "default": [],
  112. "items": [
  113. {
  114. "variable": "env",
  115. "label": "Environment Variable",
  116. "schema": {
  117. "type": "dict",
  118. "attrs": [
  119. {
  120. "variable": "name",
  121. "label": "Name",
  122. "schema": {
  123. "type": "string",
  124. "required": true
  125. }
  126. },
  127. {
  128. "variable": "value",
  129. "label": "Value",
  130. "schema": {
  131. "type": "string",
  132. "required": true
  133. }
  134. }
  135. ]
  136. }
  137. }
  138. ]
  139. }
  140. }
  141. ]
  142. }
  143. },
  144. {
  145. "variable": "drawioNetwork",
  146. "label": "",
  147. "group": "Network Configuration",
  148. "schema": {
  149. "type": "dict",
  150. "attrs": [
  151. {
  152. "variable": "hostNetwork",
  153. "label": "Host Network",
  154. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  155. "schema": {
  156. "type": "boolean",
  157. "default": false
  158. }
  159. },
  160. {
  161. "variable": "httpPort",
  162. "label": "HTTP Port",
  163. "description": "The HTTP port for the Draw.io Web UI.\nYou have to append [/?offline=1&https=0] to the URL\n",
  164. "schema": {
  165. "type": "int",
  166. "default": 30090,
  167. "show_if": [
  168. [
  169. "hostNetwork",
  170. "=",
  171. false
  172. ]
  173. ],
  174. "min": 9000,
  175. "max": 65535,
  176. "required": true
  177. }
  178. },
  179. {
  180. "variable": "httpsPort",
  181. "label": "HTTPS Port",
  182. "description": "The HTTPS port for the Draw.io Web UI.\nYou have to append [/?offline=1] to the URL\n",
  183. "schema": {
  184. "type": "int",
  185. "default": 30091,
  186. "show_if": [
  187. [
  188. "hostNetwork",
  189. "=",
  190. false
  191. ]
  192. ],
  193. "min": 9000,
  194. "max": 65535,
  195. "required": true
  196. }
  197. }
  198. ]
  199. }
  200. },
  201. {
  202. "variable": "drawioStorage",
  203. "label": "",
  204. "group": "Storage Configuration",
  205. "schema": {
  206. "type": "dict",
  207. "attrs": [
  208. {
  209. "variable": "additionalStorages",
  210. "label": "Additional Storage",
  211. "description": "Additional storage for Draw.io.",
  212. "schema": {
  213. "type": "list",
  214. "default": [],
  215. "items": [
  216. {
  217. "variable": "storageEntry",
  218. "label": "Storage Entry",
  219. "schema": {
  220. "type": "dict",
  221. "attrs": [
  222. {
  223. "variable": "type",
  224. "label": "Type",
  225. "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",
  226. "schema": {
  227. "type": "string",
  228. "required": true,
  229. "default": "ixVolume",
  230. "immutable": true,
  231. "enum": [
  232. {
  233. "value": "hostPath",
  234. "description": "Host Path (Path that already exists on the system)"
  235. },
  236. {
  237. "value": "ixVolume",
  238. "description": "ixVolume (Dataset created automatically by the system)"
  239. },
  240. {
  241. "value": "smb-pv-pvc",
  242. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  243. }
  244. ]
  245. }
  246. },
  247. {
  248. "variable": "readOnly",
  249. "label": "Read Only",
  250. "description": "Mount the volume as read only.",
  251. "schema": {
  252. "type": "boolean",
  253. "default": false
  254. }
  255. },
  256. {
  257. "variable": "mountPath",
  258. "label": "Mount Path",
  259. "description": "The path inside the container to mount the storage.",
  260. "schema": {
  261. "type": "path",
  262. "required": true
  263. }
  264. },
  265. {
  266. "variable": "hostPathConfig",
  267. "label": "Host Path Configuration",
  268. "schema": {
  269. "type": "dict",
  270. "show_if": [
  271. [
  272. "type",
  273. "=",
  274. "hostPath"
  275. ]
  276. ],
  277. "attrs": [
  278. {
  279. "variable": "aclEnable",
  280. "label": "Enable ACL",
  281. "description": "Enable ACL for the dataset.",
  282. "schema": {
  283. "type": "boolean",
  284. "default": false
  285. }
  286. },
  287. {
  288. "variable": "acl",
  289. "label": "ACL Configuration",
  290. "schema": {
  291. "type": "dict",
  292. "show_if": [
  293. [
  294. "aclEnable",
  295. "=",
  296. true
  297. ]
  298. ],
  299. "attrs": [
  300. {
  301. "variable": "path",
  302. "label": "Host Path",
  303. "description": "Host Path to perform ACL",
  304. "schema": {
  305. "type": "hostpath",
  306. "required": true,
  307. "empty": false
  308. }
  309. },
  310. {
  311. "variable": "entries",
  312. "label": "ACL Entries",
  313. "description": "ACL Entries",
  314. "schema": {
  315. "type": "list",
  316. "items": [
  317. {
  318. "variable": "aclEntry",
  319. "label": "ACL Entry",
  320. "schema": {
  321. "type": "dict",
  322. "attrs": [
  323. {
  324. "variable": "id_type",
  325. "label": "ID Type",
  326. "schema": {
  327. "type": "string",
  328. "enum": [
  329. {
  330. "value": "USER",
  331. "description": "Entry is for a USER"
  332. },
  333. {
  334. "value": "GROUP",
  335. "description": "Entry is for a GROUP"
  336. }
  337. ],
  338. "default": "USER"
  339. }
  340. },
  341. {
  342. "variable": "id",
  343. "label": "ID",
  344. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  345. "schema": {
  346. "type": "int",
  347. "required": true,
  348. "min": 0
  349. }
  350. },
  351. {
  352. "variable": "access",
  353. "label": "Access",
  354. "schema": {
  355. "type": "string",
  356. "enum": [
  357. {
  358. "value": "READ",
  359. "description": "Read Access"
  360. },
  361. {
  362. "value": "MODIFY",
  363. "description": "Modify Access"
  364. },
  365. {
  366. "value": "FULL_CONTROL",
  367. "description": "FULL_CONTROL Access"
  368. }
  369. ]
  370. }
  371. }
  372. ]
  373. }
  374. }
  375. ]
  376. }
  377. },
  378. {
  379. "variable": "options",
  380. "label": "ACL Options",
  381. "schema": {
  382. "type": "dict",
  383. "attrs": [
  384. {
  385. "variable": "force",
  386. "label": "Force Flag",
  387. "description": "Enabling `Force` applies ACL even if the path has existing data",
  388. "schema": {
  389. "type": "boolean",
  390. "default": false
  391. }
  392. }
  393. ]
  394. }
  395. }
  396. ],
  397. "$ref": [
  398. "normalize/acl"
  399. ]
  400. }
  401. },
  402. {
  403. "variable": "hostPath",
  404. "label": "Host Path",
  405. "description": "The host path to use for storage.",
  406. "schema": {
  407. "type": "hostpath",
  408. "show_if": [
  409. [
  410. "aclEnable",
  411. "=",
  412. false
  413. ]
  414. ],
  415. "required": true
  416. }
  417. }
  418. ]
  419. }
  420. },
  421. {
  422. "variable": "ixVolumeConfig",
  423. "label": "ixVolume Configuration",
  424. "description": "The configuration for the ixVolume dataset.",
  425. "schema": {
  426. "type": "dict",
  427. "show_if": [
  428. [
  429. "type",
  430. "=",
  431. "ixVolume"
  432. ]
  433. ],
  434. "$ref": [
  435. "normalize/ixVolume"
  436. ],
  437. "attrs": [
  438. {
  439. "variable": "aclEnable",
  440. "label": "Enable ACL",
  441. "description": "Enable ACL for the dataset.",
  442. "schema": {
  443. "type": "boolean",
  444. "default": false
  445. }
  446. },
  447. {
  448. "variable": "datasetName",
  449. "label": "Dataset Name",
  450. "description": "The name of the dataset to use for storage.",
  451. "schema": {
  452. "type": "string",
  453. "required": true,
  454. "immutable": true,
  455. "default": "storage_entry"
  456. }
  457. },
  458. {
  459. "variable": "aclEntries",
  460. "label": "ACL Configuration",
  461. "schema": {
  462. "type": "dict",
  463. "show_if": [
  464. [
  465. "aclEnable",
  466. "=",
  467. true
  468. ]
  469. ],
  470. "attrs": [
  471. {
  472. "variable": "path",
  473. "label": "Path",
  474. "description": "Path to perform ACL",
  475. "schema": {
  476. "type": "string",
  477. "hidden": true
  478. }
  479. },
  480. {
  481. "variable": "entries",
  482. "label": "ACL Entries",
  483. "description": "ACL Entries",
  484. "schema": {
  485. "type": "list",
  486. "items": [
  487. {
  488. "variable": "aclEntry",
  489. "label": "ACL Entry",
  490. "schema": {
  491. "type": "dict",
  492. "attrs": [
  493. {
  494. "variable": "id_type",
  495. "label": "ID Type",
  496. "schema": {
  497. "type": "string",
  498. "enum": [
  499. {
  500. "value": "USER",
  501. "description": "Entry is for a USER"
  502. },
  503. {
  504. "value": "GROUP",
  505. "description": "Entry is for a GROUP"
  506. }
  507. ],
  508. "default": "USER"
  509. }
  510. },
  511. {
  512. "variable": "id",
  513. "label": "ID",
  514. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  515. "schema": {
  516. "type": "int",
  517. "required": true,
  518. "min": 0
  519. }
  520. },
  521. {
  522. "variable": "access",
  523. "label": "Access",
  524. "schema": {
  525. "type": "string",
  526. "enum": [
  527. {
  528. "value": "READ",
  529. "description": "Read Access"
  530. },
  531. {
  532. "value": "MODIFY",
  533. "description": "Modify Access"
  534. },
  535. {
  536. "value": "FULL_CONTROL",
  537. "description": "FULL_CONTROL Access"
  538. }
  539. ]
  540. }
  541. }
  542. ]
  543. }
  544. }
  545. ]
  546. }
  547. }
  548. ]
  549. }
  550. }
  551. ]
  552. }
  553. },
  554. {
  555. "variable": "smbConfig",
  556. "label": "SMB Share Configuration",
  557. "description": "The configuration for the SMB Share.",
  558. "schema": {
  559. "type": "dict",
  560. "show_if": [
  561. [
  562. "type",
  563. "=",
  564. "smb-pv-pvc"
  565. ]
  566. ],
  567. "attrs": [
  568. {
  569. "variable": "server",
  570. "label": "Server",
  571. "description": "The server for the SMB share.",
  572. "schema": {
  573. "type": "string",
  574. "required": true
  575. }
  576. },
  577. {
  578. "variable": "share",
  579. "label": "Share",
  580. "description": "The share name for the SMB share.",
  581. "schema": {
  582. "type": "string",
  583. "required": true
  584. }
  585. },
  586. {
  587. "variable": "domain",
  588. "label": "Domain (Optional)",
  589. "description": "The domain for the SMB share.",
  590. "schema": {
  591. "type": "string"
  592. }
  593. },
  594. {
  595. "variable": "username",
  596. "label": "Username",
  597. "description": "The username for the SMB share.",
  598. "schema": {
  599. "type": "string",
  600. "required": true
  601. }
  602. },
  603. {
  604. "variable": "password",
  605. "label": "Password",
  606. "description": "The password for the SMB share.",
  607. "schema": {
  608. "type": "string",
  609. "required": true,
  610. "private": true
  611. }
  612. },
  613. {
  614. "variable": "size",
  615. "label": "Size (in Gi)",
  616. "description": "The size of the volume quota.",
  617. "schema": {
  618. "type": "int",
  619. "required": true,
  620. "min": 1,
  621. "default": 1
  622. }
  623. }
  624. ]
  625. }
  626. }
  627. ]
  628. }
  629. }
  630. ]
  631. }
  632. }
  633. ]
  634. }
  635. },
  636. {
  637. "variable": "resources",
  638. "group": "Resources Configuration",
  639. "label": "",
  640. "schema": {
  641. "type": "dict",
  642. "attrs": [
  643. {
  644. "variable": "limits",
  645. "label": "Limits",
  646. "schema": {
  647. "type": "dict",
  648. "attrs": [
  649. {
  650. "variable": "cpu",
  651. "label": "CPU",
  652. "description": "CPU limit for Draw.io.",
  653. "schema": {
  654. "type": "string",
  655. "max_length": 6,
  656. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  657. "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",
  658. "default": "4000m",
  659. "required": true
  660. }
  661. },
  662. {
  663. "variable": "memory",
  664. "label": "Memory",
  665. "description": "Memory limit for Draw.io.",
  666. "schema": {
  667. "type": "string",
  668. "max_length": 12,
  669. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  670. "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",
  671. "default": "8Gi",
  672. "required": true
  673. }
  674. }
  675. ]
  676. }
  677. }
  678. ]
  679. }
  680. }
  681. ]
  682. },
  683. "app_readme": "<h1>Draw.io</h1>\n<p><a href=\"https://www.drawio.com\">Draw.io</a> is a whiteboarding / diagramming software application.</p>",
  684. "detailed_readme": "<h1>Draw.io</h1>\n<p><a href=\"https://www.drawio.com\">Draw.io</a> is a whiteboarding / diagramming software application.</p>",
  685. "changelog": null
  686. }
  687. }