app_versions.json 78 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038
  1. {
  2. "1.1.0": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/charts/elastic-search/1.1.0",
  7. "last_update": "2023-12-03 13:46:25",
  8. "required_features": [
  9. "normalize/acl",
  10. "normalize/ixVolume",
  11. "definitions/certificate"
  12. ],
  13. "human_version": "8.11.1_1.1.0",
  14. "version": "1.1.0",
  15. "chart_metadata": {
  16. "name": "elastic-search",
  17. "description": "Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack.",
  18. "annotations": {
  19. "title": "Elastic Search"
  20. },
  21. "type": "application",
  22. "version": "1.1.0",
  23. "apiVersion": "v2",
  24. "appVersion": "8.11.1",
  25. "kubeVersion": ">=1.16.0-0",
  26. "maintainers": [
  27. {
  28. "name": "truenas",
  29. "url": "https://www.truenas.com/",
  30. "email": "dev@ixsystems.com"
  31. }
  32. ],
  33. "dependencies": [
  34. {
  35. "name": "common",
  36. "repository": "file://../../../common",
  37. "version": "1.2.3"
  38. }
  39. ],
  40. "home": "https://www.elastic.co",
  41. "icon": "https://media.sys.truenas.net/apps/elastic-search/icons/icon.svg",
  42. "sources": [
  43. "https://www.elastic.co/",
  44. "https://github.com/truenas/charts/tree/master/charts/elastic-search",
  45. "https://www.elastic.co/guide/en/elasticsearch/reference/master/docker.html#docker-configuration-methods"
  46. ],
  47. "keywords": [
  48. "search",
  49. "elastic"
  50. ]
  51. },
  52. "app_metadata": {
  53. "runAsContext": [
  54. {
  55. "userName": "elasticsearch",
  56. "groupName": "elasticsearch",
  57. "gid": 1000,
  58. "uid": 1000,
  59. "description": "Elastic Search runs as non-root user."
  60. }
  61. ],
  62. "capabilities": [],
  63. "hostMounts": []
  64. },
  65. "schema": {
  66. "groups": [
  67. {
  68. "name": "Elastic Search Configuration",
  69. "description": "Configure Elastic Search"
  70. },
  71. {
  72. "name": "User and Group Configuration",
  73. "description": "Configure User and Group for Elastic Search"
  74. },
  75. {
  76. "name": "Network Configuration",
  77. "description": "Configure Network for Elastic Search"
  78. },
  79. {
  80. "name": "Storage Configuration",
  81. "description": "Configure Storage for Elastic Search"
  82. },
  83. {
  84. "name": "Resources Configuration",
  85. "description": "Configure Resources for Elastic Search"
  86. }
  87. ],
  88. "portals": {
  89. "web_portal": {
  90. "protocols": [
  91. "$kubernetes-resource_configmap_portal_protocol"
  92. ],
  93. "host": [
  94. "$kubernetes-resource_configmap_portal_host"
  95. ],
  96. "ports": [
  97. "$kubernetes-resource_configmap_portal_port"
  98. ],
  99. "path": "$kubernetes-resource_configmap_portal_path"
  100. }
  101. },
  102. "questions": [
  103. {
  104. "variable": "esConfig",
  105. "label": "",
  106. "group": "Elastic Search Configuration",
  107. "schema": {
  108. "type": "dict",
  109. "attrs": [
  110. {
  111. "variable": "password",
  112. "label": "Password",
  113. "description": "The password for the Elastic Search (elastic) user.",
  114. "schema": {
  115. "type": "string",
  116. "default": "",
  117. "required": true
  118. }
  119. },
  120. {
  121. "variable": "nodeName",
  122. "label": "Node Name",
  123. "description": "The name of the Elastic Search node.",
  124. "schema": {
  125. "type": "string",
  126. "default": "elastic_search_node",
  127. "required": true
  128. }
  129. },
  130. {
  131. "variable": "heapSize",
  132. "label": "Heap Size",
  133. "description": "The heap size for Elastic Search.",
  134. "schema": {
  135. "type": "string",
  136. "default": "512m",
  137. "required": true
  138. }
  139. },
  140. {
  141. "variable": "additionalEnvs",
  142. "label": "Additional Environment Variables",
  143. "description": "Configure additional environment variables for Elastic Search.",
  144. "schema": {
  145. "type": "list",
  146. "default": [],
  147. "items": [
  148. {
  149. "variable": "env",
  150. "label": "Environment Variable",
  151. "schema": {
  152. "type": "dict",
  153. "attrs": [
  154. {
  155. "variable": "name",
  156. "label": "Name",
  157. "schema": {
  158. "type": "string",
  159. "required": true
  160. }
  161. },
  162. {
  163. "variable": "value",
  164. "label": "Value",
  165. "schema": {
  166. "type": "string",
  167. "required": true
  168. }
  169. }
  170. ]
  171. }
  172. }
  173. ]
  174. }
  175. }
  176. ]
  177. }
  178. },
  179. {
  180. "variable": "esNetwork",
  181. "label": "",
  182. "group": "Network Configuration",
  183. "schema": {
  184. "type": "dict",
  185. "attrs": [
  186. {
  187. "variable": "httpPort",
  188. "label": "HTTP Port",
  189. "description": "The port for the Elastic Search HTTP",
  190. "schema": {
  191. "type": "int",
  192. "default": 30003,
  193. "min": 9000,
  194. "max": 65535,
  195. "required": true
  196. }
  197. },
  198. {
  199. "variable": "hostNetwork",
  200. "label": "Host Network",
  201. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  202. "schema": {
  203. "type": "boolean",
  204. "default": false
  205. }
  206. },
  207. {
  208. "variable": "certificateID",
  209. "label": "Certificate",
  210. "description": "The certificate to use for Elastic Search </br>\n",
  211. "schema": {
  212. "type": "int",
  213. "null": true,
  214. "$ref": [
  215. "definitions/certificate"
  216. ],
  217. "enum": [
  218. {
  219. "value": null,
  220. "description": "No Certificate"
  221. }
  222. ],
  223. "default": null
  224. }
  225. }
  226. ]
  227. }
  228. },
  229. {
  230. "variable": "esStorage",
  231. "label": "",
  232. "group": "Storage Configuration",
  233. "schema": {
  234. "type": "dict",
  235. "attrs": [
  236. {
  237. "variable": "data",
  238. "label": "Elastic Search Data Storage",
  239. "description": "The path to store Elastic Search data.",
  240. "schema": {
  241. "type": "dict",
  242. "attrs": [
  243. {
  244. "variable": "type",
  245. "label": "Type",
  246. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  247. "schema": {
  248. "type": "string",
  249. "required": true,
  250. "immutable": true,
  251. "default": "ixVolume",
  252. "enum": [
  253. {
  254. "value": "hostPath",
  255. "description": "Host Path (Path that already exists on the system)"
  256. },
  257. {
  258. "value": "ixVolume",
  259. "description": "ixVolume (Dataset created automatically by the system)"
  260. }
  261. ]
  262. }
  263. },
  264. {
  265. "variable": "ixVolumeConfig",
  266. "label": "ixVolume Configuration",
  267. "description": "The configuration for the ixVolume dataset.",
  268. "schema": {
  269. "type": "dict",
  270. "show_if": [
  271. [
  272. "type",
  273. "=",
  274. "ixVolume"
  275. ]
  276. ],
  277. "$ref": [
  278. "normalize/ixVolume"
  279. ],
  280. "attrs": [
  281. {
  282. "variable": "aclEnable",
  283. "label": "Enable ACL",
  284. "description": "Enable ACL for the dataset.",
  285. "schema": {
  286. "type": "boolean",
  287. "default": false
  288. }
  289. },
  290. {
  291. "variable": "datasetName",
  292. "label": "Dataset Name",
  293. "description": "The name of the dataset to use for storage.",
  294. "schema": {
  295. "type": "string",
  296. "required": true,
  297. "immutable": true,
  298. "hidden": true,
  299. "default": "data"
  300. }
  301. },
  302. {
  303. "variable": "aclEntries",
  304. "label": "ACL Configuration",
  305. "schema": {
  306. "type": "dict",
  307. "show_if": [
  308. [
  309. "aclEnable",
  310. "=",
  311. true
  312. ]
  313. ],
  314. "attrs": [
  315. {
  316. "variable": "path",
  317. "label": "Path",
  318. "description": "Path to perform ACL",
  319. "schema": {
  320. "type": "string",
  321. "hidden": true
  322. }
  323. },
  324. {
  325. "variable": "entries",
  326. "label": "ACL Entries",
  327. "description": "ACL Entries",
  328. "schema": {
  329. "type": "list",
  330. "items": [
  331. {
  332. "variable": "aclEntry",
  333. "label": "ACL Entry",
  334. "schema": {
  335. "type": "dict",
  336. "attrs": [
  337. {
  338. "variable": "id_type",
  339. "label": "ID Type",
  340. "schema": {
  341. "type": "string",
  342. "enum": [
  343. {
  344. "value": "USER",
  345. "description": "Entry is for a USER"
  346. },
  347. {
  348. "value": "GROUP",
  349. "description": "Entry is for a GROUP"
  350. }
  351. ],
  352. "default": "USER"
  353. }
  354. },
  355. {
  356. "variable": "id",
  357. "label": "ID",
  358. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  359. "schema": {
  360. "type": "int",
  361. "required": true,
  362. "min": 0
  363. }
  364. },
  365. {
  366. "variable": "access",
  367. "label": "Access",
  368. "schema": {
  369. "type": "string",
  370. "enum": [
  371. {
  372. "value": "READ",
  373. "description": "Read Access"
  374. },
  375. {
  376. "value": "MODIFY",
  377. "description": "Modify Access"
  378. },
  379. {
  380. "value": "FULL_CONTROL",
  381. "description": "FULL_CONTROL Access"
  382. }
  383. ]
  384. }
  385. }
  386. ]
  387. }
  388. }
  389. ]
  390. }
  391. }
  392. ]
  393. }
  394. }
  395. ]
  396. }
  397. },
  398. {
  399. "variable": "hostPathConfig",
  400. "label": "Host Path Configuration",
  401. "schema": {
  402. "type": "dict",
  403. "show_if": [
  404. [
  405. "type",
  406. "=",
  407. "hostPath"
  408. ]
  409. ],
  410. "attrs": [
  411. {
  412. "variable": "aclEnable",
  413. "label": "Enable ACL",
  414. "description": "Enable ACL for the dataset.",
  415. "schema": {
  416. "type": "boolean",
  417. "default": false
  418. }
  419. },
  420. {
  421. "variable": "acl",
  422. "label": "ACL Configuration",
  423. "schema": {
  424. "type": "dict",
  425. "show_if": [
  426. [
  427. "aclEnable",
  428. "=",
  429. true
  430. ]
  431. ],
  432. "attrs": [
  433. {
  434. "variable": "path",
  435. "label": "Host Path",
  436. "description": "Host Path to perform ACL",
  437. "schema": {
  438. "type": "hostpath",
  439. "required": true,
  440. "empty": false
  441. }
  442. },
  443. {
  444. "variable": "entries",
  445. "label": "ACL Entries",
  446. "description": "ACL Entries",
  447. "schema": {
  448. "type": "list",
  449. "items": [
  450. {
  451. "variable": "aclEntry",
  452. "label": "ACL Entry",
  453. "schema": {
  454. "type": "dict",
  455. "attrs": [
  456. {
  457. "variable": "id_type",
  458. "label": "ID Type",
  459. "schema": {
  460. "type": "string",
  461. "enum": [
  462. {
  463. "value": "USER",
  464. "description": "Entry is for a USER"
  465. },
  466. {
  467. "value": "GROUP",
  468. "description": "Entry is for a GROUP"
  469. }
  470. ],
  471. "default": "USER"
  472. }
  473. },
  474. {
  475. "variable": "id",
  476. "label": "ID",
  477. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  478. "schema": {
  479. "type": "int",
  480. "required": true,
  481. "min": 0
  482. }
  483. },
  484. {
  485. "variable": "access",
  486. "label": "Access",
  487. "schema": {
  488. "type": "string",
  489. "enum": [
  490. {
  491. "value": "READ",
  492. "description": "Read Access"
  493. },
  494. {
  495. "value": "MODIFY",
  496. "description": "Modify Access"
  497. },
  498. {
  499. "value": "FULL_CONTROL",
  500. "description": "FULL_CONTROL Access"
  501. }
  502. ]
  503. }
  504. }
  505. ]
  506. }
  507. }
  508. ]
  509. }
  510. },
  511. {
  512. "variable": "options",
  513. "label": "ACL Options",
  514. "schema": {
  515. "type": "dict",
  516. "attrs": [
  517. {
  518. "variable": "force",
  519. "label": "Force Flag",
  520. "description": "Enabling `Force` applies ACL even if the path has existing data",
  521. "schema": {
  522. "type": "boolean",
  523. "default": false
  524. }
  525. }
  526. ]
  527. }
  528. }
  529. ],
  530. "$ref": [
  531. "normalize/acl"
  532. ]
  533. }
  534. },
  535. {
  536. "variable": "hostPath",
  537. "label": "Host Path",
  538. "description": "The host path to use for storage.",
  539. "schema": {
  540. "type": "hostpath",
  541. "show_if": [
  542. [
  543. "aclEnable",
  544. "=",
  545. false
  546. ]
  547. ],
  548. "immutable": true,
  549. "required": true
  550. }
  551. }
  552. ]
  553. }
  554. }
  555. ]
  556. }
  557. },
  558. {
  559. "variable": "additionalStorages",
  560. "label": "Additional Storage",
  561. "description": "Additional storage for Elastic Search.",
  562. "schema": {
  563. "type": "list",
  564. "default": [],
  565. "items": [
  566. {
  567. "variable": "storageEntry",
  568. "label": "Storage Entry",
  569. "schema": {
  570. "type": "dict",
  571. "attrs": [
  572. {
  573. "variable": "type",
  574. "label": "Type",
  575. "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",
  576. "schema": {
  577. "type": "string",
  578. "required": true,
  579. "default": "ixVolume",
  580. "immutable": true,
  581. "enum": [
  582. {
  583. "value": "hostPath",
  584. "description": "Host Path (Path that already exists on the system)"
  585. },
  586. {
  587. "value": "ixVolume",
  588. "description": "ixVolume (Dataset created automatically by the system)"
  589. },
  590. {
  591. "value": "smb-pv-pvc",
  592. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  593. }
  594. ]
  595. }
  596. },
  597. {
  598. "variable": "readOnly",
  599. "label": "Read Only",
  600. "description": "Mount the volume as read only.",
  601. "schema": {
  602. "type": "boolean",
  603. "default": false
  604. }
  605. },
  606. {
  607. "variable": "mountPath",
  608. "label": "Mount Path",
  609. "description": "The path inside the container to mount the storage.",
  610. "schema": {
  611. "type": "path",
  612. "required": true
  613. }
  614. },
  615. {
  616. "variable": "hostPathConfig",
  617. "label": "Host Path Configuration",
  618. "schema": {
  619. "type": "dict",
  620. "show_if": [
  621. [
  622. "type",
  623. "=",
  624. "hostPath"
  625. ]
  626. ],
  627. "attrs": [
  628. {
  629. "variable": "aclEnable",
  630. "label": "Enable ACL",
  631. "description": "Enable ACL for the dataset.",
  632. "schema": {
  633. "type": "boolean",
  634. "default": false
  635. }
  636. },
  637. {
  638. "variable": "acl",
  639. "label": "ACL Configuration",
  640. "schema": {
  641. "type": "dict",
  642. "show_if": [
  643. [
  644. "aclEnable",
  645. "=",
  646. true
  647. ]
  648. ],
  649. "attrs": [
  650. {
  651. "variable": "path",
  652. "label": "Host Path",
  653. "description": "Host Path to perform ACL",
  654. "schema": {
  655. "type": "hostpath",
  656. "required": true,
  657. "empty": false
  658. }
  659. },
  660. {
  661. "variable": "entries",
  662. "label": "ACL Entries",
  663. "description": "ACL Entries",
  664. "schema": {
  665. "type": "list",
  666. "items": [
  667. {
  668. "variable": "aclEntry",
  669. "label": "ACL Entry",
  670. "schema": {
  671. "type": "dict",
  672. "attrs": [
  673. {
  674. "variable": "id_type",
  675. "label": "ID Type",
  676. "schema": {
  677. "type": "string",
  678. "enum": [
  679. {
  680. "value": "USER",
  681. "description": "Entry is for a USER"
  682. },
  683. {
  684. "value": "GROUP",
  685. "description": "Entry is for a GROUP"
  686. }
  687. ],
  688. "default": "USER"
  689. }
  690. },
  691. {
  692. "variable": "id",
  693. "label": "ID",
  694. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  695. "schema": {
  696. "type": "int",
  697. "required": true,
  698. "min": 0
  699. }
  700. },
  701. {
  702. "variable": "access",
  703. "label": "Access",
  704. "schema": {
  705. "type": "string",
  706. "enum": [
  707. {
  708. "value": "READ",
  709. "description": "Read Access"
  710. },
  711. {
  712. "value": "MODIFY",
  713. "description": "Modify Access"
  714. },
  715. {
  716. "value": "FULL_CONTROL",
  717. "description": "FULL_CONTROL Access"
  718. }
  719. ]
  720. }
  721. }
  722. ]
  723. }
  724. }
  725. ]
  726. }
  727. },
  728. {
  729. "variable": "options",
  730. "label": "ACL Options",
  731. "schema": {
  732. "type": "dict",
  733. "attrs": [
  734. {
  735. "variable": "force",
  736. "label": "Force Flag",
  737. "description": "Enabling `Force` applies ACL even if the path has existing data",
  738. "schema": {
  739. "type": "boolean",
  740. "default": false
  741. }
  742. }
  743. ]
  744. }
  745. }
  746. ],
  747. "$ref": [
  748. "normalize/acl"
  749. ]
  750. }
  751. },
  752. {
  753. "variable": "hostPath",
  754. "label": "Host Path",
  755. "description": "The host path to use for storage.",
  756. "schema": {
  757. "type": "hostpath",
  758. "show_if": [
  759. [
  760. "aclEnable",
  761. "=",
  762. false
  763. ]
  764. ],
  765. "immutable": true,
  766. "required": true
  767. }
  768. }
  769. ]
  770. }
  771. },
  772. {
  773. "variable": "ixVolumeConfig",
  774. "label": "ixVolume Configuration",
  775. "description": "The configuration for the ixVolume dataset.",
  776. "schema": {
  777. "type": "dict",
  778. "show_if": [
  779. [
  780. "type",
  781. "=",
  782. "ixVolume"
  783. ]
  784. ],
  785. "$ref": [
  786. "normalize/ixVolume"
  787. ],
  788. "attrs": [
  789. {
  790. "variable": "aclEnable",
  791. "label": "Enable ACL",
  792. "description": "Enable ACL for the dataset.",
  793. "schema": {
  794. "type": "boolean",
  795. "default": false
  796. }
  797. },
  798. {
  799. "variable": "datasetName",
  800. "label": "Dataset Name",
  801. "description": "The name of the dataset to use for storage.",
  802. "schema": {
  803. "type": "string",
  804. "required": true,
  805. "immutable": true,
  806. "default": "storage_entry"
  807. }
  808. },
  809. {
  810. "variable": "aclEntries",
  811. "label": "ACL Configuration",
  812. "schema": {
  813. "type": "dict",
  814. "show_if": [
  815. [
  816. "aclEnable",
  817. "=",
  818. true
  819. ]
  820. ],
  821. "attrs": [
  822. {
  823. "variable": "path",
  824. "label": "Path",
  825. "description": "Path to perform ACL",
  826. "schema": {
  827. "type": "string",
  828. "hidden": true
  829. }
  830. },
  831. {
  832. "variable": "entries",
  833. "label": "ACL Entries",
  834. "description": "ACL Entries",
  835. "schema": {
  836. "type": "list",
  837. "items": [
  838. {
  839. "variable": "aclEntry",
  840. "label": "ACL Entry",
  841. "schema": {
  842. "type": "dict",
  843. "attrs": [
  844. {
  845. "variable": "id_type",
  846. "label": "ID Type",
  847. "schema": {
  848. "type": "string",
  849. "enum": [
  850. {
  851. "value": "USER",
  852. "description": "Entry is for a USER"
  853. },
  854. {
  855. "value": "GROUP",
  856. "description": "Entry is for a GROUP"
  857. }
  858. ],
  859. "default": "USER"
  860. }
  861. },
  862. {
  863. "variable": "id",
  864. "label": "ID",
  865. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  866. "schema": {
  867. "type": "int",
  868. "required": true,
  869. "min": 0
  870. }
  871. },
  872. {
  873. "variable": "access",
  874. "label": "Access",
  875. "schema": {
  876. "type": "string",
  877. "enum": [
  878. {
  879. "value": "READ",
  880. "description": "Read Access"
  881. },
  882. {
  883. "value": "MODIFY",
  884. "description": "Modify Access"
  885. },
  886. {
  887. "value": "FULL_CONTROL",
  888. "description": "FULL_CONTROL Access"
  889. }
  890. ]
  891. }
  892. }
  893. ]
  894. }
  895. }
  896. ]
  897. }
  898. }
  899. ]
  900. }
  901. }
  902. ]
  903. }
  904. },
  905. {
  906. "variable": "smbConfig",
  907. "label": "SMB Share Configuration",
  908. "description": "The configuration for the SMB Share.",
  909. "schema": {
  910. "type": "dict",
  911. "show_if": [
  912. [
  913. "type",
  914. "=",
  915. "smb-pv-pvc"
  916. ]
  917. ],
  918. "attrs": [
  919. {
  920. "variable": "server",
  921. "label": "Server",
  922. "description": "The server for the SMB share.",
  923. "schema": {
  924. "type": "string",
  925. "required": true
  926. }
  927. },
  928. {
  929. "variable": "share",
  930. "label": "Share",
  931. "description": "The share name for the SMB share.",
  932. "schema": {
  933. "type": "string",
  934. "required": true
  935. }
  936. },
  937. {
  938. "variable": "domain",
  939. "label": "Domain (Optional)",
  940. "description": "The domain for the SMB share.",
  941. "schema": {
  942. "type": "string"
  943. }
  944. },
  945. {
  946. "variable": "username",
  947. "label": "Username",
  948. "description": "The username for the SMB share.",
  949. "schema": {
  950. "type": "string",
  951. "required": true
  952. }
  953. },
  954. {
  955. "variable": "password",
  956. "label": "Password",
  957. "description": "The password for the SMB share.",
  958. "schema": {
  959. "type": "string",
  960. "required": true,
  961. "private": true
  962. }
  963. },
  964. {
  965. "variable": "size",
  966. "label": "Size (in Gi)",
  967. "description": "The size of the volume quota.",
  968. "schema": {
  969. "type": "int",
  970. "required": true,
  971. "min": 1,
  972. "default": 1
  973. }
  974. }
  975. ]
  976. }
  977. }
  978. ]
  979. }
  980. }
  981. ]
  982. }
  983. }
  984. ]
  985. }
  986. },
  987. {
  988. "variable": "resources",
  989. "label": "",
  990. "group": "Resources Configuration",
  991. "schema": {
  992. "type": "dict",
  993. "attrs": [
  994. {
  995. "variable": "limits",
  996. "label": "Limits",
  997. "schema": {
  998. "type": "dict",
  999. "attrs": [
  1000. {
  1001. "variable": "cpu",
  1002. "label": "CPU",
  1003. "description": "CPU limit for Elastic Search.",
  1004. "schema": {
  1005. "type": "string",
  1006. "max_length": 6,
  1007. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  1008. "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",
  1009. "default": "4000m",
  1010. "required": true
  1011. }
  1012. },
  1013. {
  1014. "variable": "memory",
  1015. "label": "Memory",
  1016. "description": "Memory limit for Elastic Search.",
  1017. "schema": {
  1018. "type": "string",
  1019. "max_length": 12,
  1020. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  1021. "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",
  1022. "default": "8Gi",
  1023. "required": true
  1024. }
  1025. }
  1026. ]
  1027. }
  1028. }
  1029. ]
  1030. }
  1031. }
  1032. ]
  1033. },
  1034. "app_readme": "<h1>Elastic Search</h1>\n<p>If you want to apply additional configuration you can by using additional environment variables.</p>\n<p>See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/master/docker.html#docker-configuration-methods\">Elastic Search documentation</a>\nfor more information.</p>",
  1035. "detailed_readme": "<h1>Elastic Search</h1>\n<p>If you want to apply additional configuration you can by using additional environment variables.</p>\n<p>See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/master/docker.html#docker-configuration-methods\">Elastic Search documentation</a>\nfor more information.</p>",
  1036. "changelog": null
  1037. }
  1038. }