app_versions.json 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. {
  2. "1.1.4": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/planka/1.1.4",
  7. "last_update": "2023-11-22 10:32:59",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "1.14.3_1.1.4",
  12. "version": "1.1.4",
  13. "chart_metadata": {
  14. "name": "planka",
  15. "description": "Planka is an Elegant open source project tracking",
  16. "annotations": {
  17. "title": "Planka"
  18. },
  19. "type": "application",
  20. "version": "1.1.4",
  21. "apiVersion": "v2",
  22. "appVersion": "1.14.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.2"
  36. }
  37. ],
  38. "home": "https://github.com/plankanban/planka",
  39. "icon": "https://media.sys.truenas.net/apps/planka/icons/icon.png",
  40. "sources": [
  41. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/planka",
  42. "https://github.com/plankanban/planka"
  43. ],
  44. "keywords": [
  45. "project",
  46. "task",
  47. "kanban"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "planka",
  54. "groupName": "planka",
  55. "gid": 1000,
  56. "uid": 1000,
  57. "description": "Planka can runs as a non-root user."
  58. }
  59. ],
  60. "capabilities": [],
  61. "hostMounts": []
  62. },
  63. "schema": {
  64. "groups": [
  65. {
  66. "name": "Planka Configuration",
  67. "description": "Configure Planka"
  68. },
  69. {
  70. "name": "Network Configuration",
  71. "description": "Configure Network for Planka"
  72. },
  73. {
  74. "name": "Storage Configuration",
  75. "description": "Configure Storage for Planka"
  76. },
  77. {
  78. "name": "Resources Configuration",
  79. "description": "Configure Resources for Planka"
  80. }
  81. ],
  82. "portals": {
  83. "web_portal": {
  84. "protocols": [
  85. "$kubernetes-resource_configmap_portal_protocol"
  86. ],
  87. "host": [
  88. "$kubernetes-resource_configmap_portal_host"
  89. ],
  90. "ports": [
  91. "$kubernetes-resource_configmap_portal_port"
  92. ],
  93. "path": "$kubernetes-resource_configmap_portal_path"
  94. }
  95. },
  96. "questions": [
  97. {
  98. "variable": "plankaConfig",
  99. "label": "",
  100. "group": "Planka Configuration",
  101. "schema": {
  102. "type": "dict",
  103. "attrs": [
  104. {
  105. "variable": "defaultAdminEmail",
  106. "label": "Default Admin Email",
  107. "description": "The default admin email for Planka.",
  108. "schema": {
  109. "type": "string",
  110. "default": ""
  111. }
  112. },
  113. {
  114. "variable": "defaultAdminName",
  115. "label": "Default Admin Name",
  116. "description": "The default admin name for Planka.",
  117. "schema": {
  118. "type": "string",
  119. "default": "",
  120. "show_if": [
  121. [
  122. "defaultAdminEmail",
  123. "!=",
  124. ""
  125. ]
  126. ],
  127. "required": true
  128. }
  129. },
  130. {
  131. "variable": "defaultAdminPassword",
  132. "label": "Default Admin Password",
  133. "description": "The default admin password for Planka.",
  134. "schema": {
  135. "type": "string",
  136. "default": "",
  137. "show_if": [
  138. [
  139. "defaultAdminEmail",
  140. "!=",
  141. ""
  142. ]
  143. ],
  144. "required": true
  145. }
  146. },
  147. {
  148. "variable": "defaultAdminUsername",
  149. "label": "Default Admin Username",
  150. "description": "The default admin username for Planka.",
  151. "schema": {
  152. "type": "string",
  153. "default": "",
  154. "show_if": [
  155. [
  156. "defaultAdminEmail",
  157. "!=",
  158. ""
  159. ]
  160. ],
  161. "required": true
  162. }
  163. },
  164. {
  165. "variable": "baseURL",
  166. "label": "BaseURL",
  167. "description": "The URL that Planka will be accessible from.</br>\nExample: </br>\nhttp://server.ip:30062</br>\nhttps://planka.example.com\n",
  168. "schema": {
  169. "type": "uri",
  170. "default": "",
  171. "required": true
  172. }
  173. },
  174. {
  175. "variable": "trustProxy",
  176. "label": "Trust Proxy",
  177. "description": "Trust the reverse proxy when Planka is behind a reverse proxy.",
  178. "schema": {
  179. "type": "boolean",
  180. "default": false
  181. }
  182. },
  183. {
  184. "variable": "additionalEnvs",
  185. "label": "Additional Environment Variables",
  186. "description": "Configure additional environment variables for Planka.",
  187. "schema": {
  188. "type": "list",
  189. "default": [],
  190. "items": [
  191. {
  192. "variable": "env",
  193. "label": "Environment Variable",
  194. "schema": {
  195. "type": "dict",
  196. "attrs": [
  197. {
  198. "variable": "name",
  199. "label": "Name",
  200. "schema": {
  201. "type": "string",
  202. "required": true
  203. }
  204. },
  205. {
  206. "variable": "value",
  207. "label": "Value",
  208. "schema": {
  209. "type": "string",
  210. "required": true
  211. }
  212. }
  213. ]
  214. }
  215. }
  216. ]
  217. }
  218. }
  219. ]
  220. }
  221. },
  222. {
  223. "variable": "plankaNetwork",
  224. "label": "",
  225. "group": "Network Configuration",
  226. "schema": {
  227. "type": "dict",
  228. "attrs": [
  229. {
  230. "variable": "webPort",
  231. "label": "Web Port",
  232. "description": "The port for the Planka Web UI.",
  233. "schema": {
  234. "type": "int",
  235. "default": 30062,
  236. "min": 9000,
  237. "max": 65535,
  238. "required": true
  239. }
  240. },
  241. {
  242. "variable": "hostNetwork",
  243. "label": "Host Network",
  244. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  245. "schema": {
  246. "type": "boolean",
  247. "default": false
  248. }
  249. }
  250. ]
  251. }
  252. },
  253. {
  254. "variable": "plankaStorage",
  255. "label": "",
  256. "group": "Storage Configuration",
  257. "schema": {
  258. "type": "dict",
  259. "attrs": [
  260. {
  261. "variable": "avatars",
  262. "label": "Planka Avatars Storage",
  263. "description": "The path to store Planka Avatars.",
  264. "schema": {
  265. "type": "dict",
  266. "attrs": [
  267. {
  268. "variable": "type",
  269. "label": "Type",
  270. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  271. "schema": {
  272. "type": "string",
  273. "required": true,
  274. "immutable": true,
  275. "default": "ixVolume",
  276. "enum": [
  277. {
  278. "value": "hostPath",
  279. "description": "Host Path (Path that already exists on the system)"
  280. },
  281. {
  282. "value": "ixVolume",
  283. "description": "ixVolume (Dataset created automatically by the system)"
  284. }
  285. ]
  286. }
  287. },
  288. {
  289. "variable": "datasetName",
  290. "label": "Dataset Name",
  291. "schema": {
  292. "type": "string",
  293. "show_if": [
  294. [
  295. "type",
  296. "=",
  297. "ixVolume"
  298. ]
  299. ],
  300. "required": true,
  301. "hidden": true,
  302. "immutable": true,
  303. "default": "avatars",
  304. "$ref": [
  305. "normalize/ixVolume"
  306. ]
  307. }
  308. },
  309. {
  310. "variable": "hostPath",
  311. "label": "Host Path",
  312. "schema": {
  313. "type": "hostpath",
  314. "show_if": [
  315. [
  316. "type",
  317. "=",
  318. "hostPath"
  319. ]
  320. ],
  321. "immutable": true,
  322. "required": true
  323. }
  324. }
  325. ]
  326. }
  327. },
  328. {
  329. "variable": "backgroundImages",
  330. "label": "Planka Background Images Storage",
  331. "description": "The path to store Planka Background Images.",
  332. "schema": {
  333. "type": "dict",
  334. "attrs": [
  335. {
  336. "variable": "type",
  337. "label": "Type",
  338. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  339. "schema": {
  340. "type": "string",
  341. "required": true,
  342. "immutable": true,
  343. "default": "ixVolume",
  344. "enum": [
  345. {
  346. "value": "hostPath",
  347. "description": "Host Path (Path that already exists on the system)"
  348. },
  349. {
  350. "value": "ixVolume",
  351. "description": "ixVolume (Dataset created automatically by the system)"
  352. }
  353. ]
  354. }
  355. },
  356. {
  357. "variable": "datasetName",
  358. "label": "Dataset Name",
  359. "schema": {
  360. "type": "string",
  361. "show_if": [
  362. [
  363. "type",
  364. "=",
  365. "ixVolume"
  366. ]
  367. ],
  368. "required": true,
  369. "hidden": true,
  370. "immutable": true,
  371. "default": "bg-img",
  372. "$ref": [
  373. "normalize/ixVolume"
  374. ]
  375. }
  376. },
  377. {
  378. "variable": "hostPath",
  379. "label": "Host Path",
  380. "schema": {
  381. "type": "hostpath",
  382. "show_if": [
  383. [
  384. "type",
  385. "=",
  386. "hostPath"
  387. ]
  388. ],
  389. "immutable": true,
  390. "required": true
  391. }
  392. }
  393. ]
  394. }
  395. },
  396. {
  397. "variable": "attachments",
  398. "label": "Planka Attachments Storage",
  399. "description": "The path to store Planka Attachments.",
  400. "schema": {
  401. "type": "dict",
  402. "attrs": [
  403. {
  404. "variable": "type",
  405. "label": "Type",
  406. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  407. "schema": {
  408. "type": "string",
  409. "required": true,
  410. "immutable": true,
  411. "default": "ixVolume",
  412. "enum": [
  413. {
  414. "value": "hostPath",
  415. "description": "Host Path (Path that already exists on the system)"
  416. },
  417. {
  418. "value": "ixVolume",
  419. "description": "ixVolume (Dataset created automatically by the system)"
  420. }
  421. ]
  422. }
  423. },
  424. {
  425. "variable": "datasetName",
  426. "label": "Dataset Name",
  427. "schema": {
  428. "type": "string",
  429. "show_if": [
  430. [
  431. "type",
  432. "=",
  433. "ixVolume"
  434. ]
  435. ],
  436. "required": true,
  437. "hidden": true,
  438. "immutable": true,
  439. "default": "attachments",
  440. "$ref": [
  441. "normalize/ixVolume"
  442. ]
  443. }
  444. },
  445. {
  446. "variable": "hostPath",
  447. "label": "Host Path",
  448. "schema": {
  449. "type": "hostpath",
  450. "show_if": [
  451. [
  452. "type",
  453. "=",
  454. "hostPath"
  455. ]
  456. ],
  457. "immutable": true,
  458. "required": true
  459. }
  460. }
  461. ]
  462. }
  463. },
  464. {
  465. "variable": "pgData",
  466. "label": "Postgres Data Storage",
  467. "description": "The path to store Postgres Data.",
  468. "schema": {
  469. "type": "dict",
  470. "attrs": [
  471. {
  472. "variable": "type",
  473. "label": "Type",
  474. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  475. "schema": {
  476. "type": "string",
  477. "required": true,
  478. "immutable": true,
  479. "default": "ixVolume",
  480. "enum": [
  481. {
  482. "value": "hostPath",
  483. "description": "Host Path (Path that already exists on the system)"
  484. },
  485. {
  486. "value": "ixVolume",
  487. "description": "ixVolume (Dataset created automatically by the system)"
  488. }
  489. ]
  490. }
  491. },
  492. {
  493. "variable": "datasetName",
  494. "label": "Dataset Name",
  495. "schema": {
  496. "type": "string",
  497. "show_if": [
  498. [
  499. "type",
  500. "=",
  501. "ixVolume"
  502. ]
  503. ],
  504. "required": true,
  505. "hidden": true,
  506. "immutable": true,
  507. "default": "pgData",
  508. "$ref": [
  509. "normalize/ixVolume"
  510. ]
  511. }
  512. },
  513. {
  514. "variable": "hostPath",
  515. "label": "Host Path",
  516. "schema": {
  517. "type": "hostpath",
  518. "show_if": [
  519. [
  520. "type",
  521. "=",
  522. "hostPath"
  523. ]
  524. ],
  525. "immutable": true,
  526. "required": true
  527. }
  528. }
  529. ]
  530. }
  531. },
  532. {
  533. "variable": "pgBackup",
  534. "label": "Postgres Backup Storage",
  535. "description": "The path to store Postgres Backup.",
  536. "schema": {
  537. "type": "dict",
  538. "attrs": [
  539. {
  540. "variable": "type",
  541. "label": "Type",
  542. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  543. "schema": {
  544. "type": "string",
  545. "required": true,
  546. "immutable": true,
  547. "default": "ixVolume",
  548. "enum": [
  549. {
  550. "value": "hostPath",
  551. "description": "Host Path (Path that already exists on the system)"
  552. },
  553. {
  554. "value": "ixVolume",
  555. "description": "ixVolume (Dataset created automatically by the system)"
  556. }
  557. ]
  558. }
  559. },
  560. {
  561. "variable": "datasetName",
  562. "label": "Dataset Name",
  563. "schema": {
  564. "type": "string",
  565. "show_if": [
  566. [
  567. "type",
  568. "=",
  569. "ixVolume"
  570. ]
  571. ],
  572. "required": true,
  573. "hidden": true,
  574. "immutable": true,
  575. "default": "pgBackup",
  576. "$ref": [
  577. "normalize/ixVolume"
  578. ]
  579. }
  580. },
  581. {
  582. "variable": "hostPath",
  583. "label": "Host Path",
  584. "schema": {
  585. "type": "hostpath",
  586. "show_if": [
  587. [
  588. "type",
  589. "=",
  590. "hostPath"
  591. ]
  592. ],
  593. "immutable": true,
  594. "required": true
  595. }
  596. }
  597. ]
  598. }
  599. },
  600. {
  601. "variable": "additionalStorages",
  602. "label": "Additional Storage",
  603. "description": "Additional storage for Planka.",
  604. "schema": {
  605. "type": "list",
  606. "default": [],
  607. "items": [
  608. {
  609. "variable": "storageEntry",
  610. "label": "Storage Entry",
  611. "schema": {
  612. "type": "dict",
  613. "attrs": [
  614. {
  615. "variable": "type",
  616. "label": "Type",
  617. "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",
  618. "schema": {
  619. "type": "string",
  620. "required": true,
  621. "default": "ixVolume",
  622. "immutable": true,
  623. "enum": [
  624. {
  625. "value": "hostPath",
  626. "description": "Host Path (Path that already exists on the system)"
  627. },
  628. {
  629. "value": "ixVolume",
  630. "description": "ixVolume (Dataset created automatically by the system)"
  631. },
  632. {
  633. "value": "smb-pv-pvc",
  634. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  635. }
  636. ]
  637. }
  638. },
  639. {
  640. "variable": "mountPath",
  641. "label": "Mount Path",
  642. "description": "The path inside the container to mount the storage.",
  643. "schema": {
  644. "type": "path",
  645. "required": true
  646. }
  647. },
  648. {
  649. "variable": "hostPath",
  650. "label": "Host Path",
  651. "description": "The host path to use for storage.",
  652. "schema": {
  653. "type": "hostpath",
  654. "show_if": [
  655. [
  656. "type",
  657. "=",
  658. "hostPath"
  659. ]
  660. ],
  661. "required": true
  662. }
  663. },
  664. {
  665. "variable": "datasetName",
  666. "label": "Dataset Name",
  667. "description": "The name of the dataset to use for storage.",
  668. "schema": {
  669. "type": "string",
  670. "show_if": [
  671. [
  672. "type",
  673. "=",
  674. "ixVolume"
  675. ]
  676. ],
  677. "required": true,
  678. "immutable": true,
  679. "default": "storage_entry",
  680. "$ref": [
  681. "normalize/ixVolume"
  682. ]
  683. }
  684. },
  685. {
  686. "variable": "server",
  687. "label": "Server",
  688. "description": "The server for the SMB share.",
  689. "schema": {
  690. "type": "string",
  691. "show_if": [
  692. [
  693. "type",
  694. "=",
  695. "smb-pv-pvc"
  696. ]
  697. ],
  698. "required": true
  699. }
  700. },
  701. {
  702. "variable": "share",
  703. "label": "Share",
  704. "description": "The share name for the SMB share.",
  705. "schema": {
  706. "type": "string",
  707. "show_if": [
  708. [
  709. "type",
  710. "=",
  711. "smb-pv-pvc"
  712. ]
  713. ],
  714. "required": true
  715. }
  716. },
  717. {
  718. "variable": "domain",
  719. "label": "Domain (Optional)",
  720. "description": "The domain for the SMB share.",
  721. "schema": {
  722. "type": "string",
  723. "show_if": [
  724. [
  725. "type",
  726. "=",
  727. "smb-pv-pvc"
  728. ]
  729. ]
  730. }
  731. },
  732. {
  733. "variable": "username",
  734. "label": "Username",
  735. "description": "The username for the SMB share.",
  736. "schema": {
  737. "type": "string",
  738. "show_if": [
  739. [
  740. "type",
  741. "=",
  742. "smb-pv-pvc"
  743. ]
  744. ],
  745. "required": true
  746. }
  747. },
  748. {
  749. "variable": "password",
  750. "label": "Password",
  751. "description": "The password for the SMB share.",
  752. "schema": {
  753. "type": "string",
  754. "show_if": [
  755. [
  756. "type",
  757. "=",
  758. "smb-pv-pvc"
  759. ]
  760. ],
  761. "required": true,
  762. "private": true
  763. }
  764. },
  765. {
  766. "variable": "size",
  767. "label": "Size (in Gi)",
  768. "description": "The size of the volume quota.",
  769. "schema": {
  770. "type": "int",
  771. "show_if": [
  772. [
  773. "type",
  774. "=",
  775. "smb-pv-pvc"
  776. ]
  777. ],
  778. "required": true,
  779. "min": 1,
  780. "default": 1
  781. }
  782. }
  783. ]
  784. }
  785. }
  786. ]
  787. }
  788. }
  789. ]
  790. }
  791. },
  792. {
  793. "variable": "resources",
  794. "group": "Resources Configuration",
  795. "label": "",
  796. "schema": {
  797. "type": "dict",
  798. "attrs": [
  799. {
  800. "variable": "limits",
  801. "label": "Limits",
  802. "schema": {
  803. "type": "dict",
  804. "attrs": [
  805. {
  806. "variable": "cpu",
  807. "label": "CPU",
  808. "description": "CPU limit for Planka.",
  809. "schema": {
  810. "type": "string",
  811. "max_length": 6,
  812. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  813. "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",
  814. "default": "4000m",
  815. "required": true
  816. }
  817. },
  818. {
  819. "variable": "memory",
  820. "label": "Memory",
  821. "description": "Memory limit for Planka.",
  822. "schema": {
  823. "type": "string",
  824. "max_length": 12,
  825. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  826. "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",
  827. "default": "8Gi",
  828. "required": true
  829. }
  830. }
  831. ]
  832. }
  833. }
  834. ]
  835. }
  836. }
  837. ]
  838. },
  839. "app_readme": "<h1>Planka</h1>\n<p><a href=\"https://github.com/plankanban/planka\">Planka</a> is an Elegant open source project tracking</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>Planka</code> directories.\nAfterward, the <code>Planka</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>",
  840. "detailed_readme": "<h1>Planka</h1>\n<p><a href=\"https://github.com/plankanban/planka\">Planka</a> is an Elegant open source project tracking</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>Planka</code> directories.\nAfterward, the <code>Planka</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>",
  841. "changelog": null
  842. }
  843. }