app_versions.json 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. {
  2. "1.1.3": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/jenkins/1.1.3",
  7. "last_update": "2023-11-23 22:47:30",
  8. "required_features": [
  9. "definitions/timezone",
  10. "normalize/ixVolume",
  11. "definitions/certificate"
  12. ],
  13. "human_version": "2.426.1_1.1.3",
  14. "version": "1.1.3",
  15. "chart_metadata": {
  16. "name": "jenkins",
  17. "description": "Jenkins is a leading open source automation server,",
  18. "annotations": {
  19. "title": "Jenkins"
  20. },
  21. "type": "application",
  22. "version": "1.1.3",
  23. "apiVersion": "v2",
  24. "appVersion": "2.426.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.jenkins.io/",
  41. "icon": "https://media.sys.truenas.net/apps/jenkins/icons/icon.svg",
  42. "sources": [
  43. "https://hub.docker.com/r/jenkins/jenkins",
  44. "https://github.com/truenas/charts/tree/master/community/jenkins",
  45. "https://github.com/jenkinsci/jenkins",
  46. "https://www.jenkins.io/"
  47. ],
  48. "keywords": [
  49. "automation",
  50. "ci/cd"
  51. ]
  52. },
  53. "app_metadata": {
  54. "runAsContext": [
  55. {
  56. "userName": "jenkins",
  57. "groupName": "jenkins",
  58. "gid": 1000,
  59. "uid": 1000,
  60. "description": "Jenkins runs as a non-root user."
  61. }
  62. ],
  63. "capabilities": [],
  64. "hostMounts": []
  65. },
  66. "schema": {
  67. "groups": [
  68. {
  69. "name": "Jenkins Configuration",
  70. "description": "Configure Jenkins"
  71. },
  72. {
  73. "name": "User and Group Configuration",
  74. "description": "Configure User and Group for Jenkins"
  75. },
  76. {
  77. "name": "Network Configuration",
  78. "description": "Configure Network for Jenkins"
  79. },
  80. {
  81. "name": "Storage Configuration",
  82. "description": "Configure Storage for Jenkins"
  83. },
  84. {
  85. "name": "Resources Configuration",
  86. "description": "Configure Resources for Jenkins"
  87. }
  88. ],
  89. "portals": {
  90. "web_portal": {
  91. "protocols": [
  92. "$kubernetes-resource_configmap_portal_protocol"
  93. ],
  94. "host": [
  95. "$kubernetes-resource_configmap_portal_host"
  96. ],
  97. "ports": [
  98. "$kubernetes-resource_configmap_portal_port"
  99. ],
  100. "path": "$kubernetes-resource_configmap_portal_path"
  101. }
  102. },
  103. "questions": [
  104. {
  105. "variable": "TZ",
  106. "group": "Jenkins Configuration",
  107. "label": "Timezone",
  108. "schema": {
  109. "type": "string",
  110. "default": "America/Los_Angeles",
  111. "required": true,
  112. "$ref": [
  113. "definitions/timezone"
  114. ],
  115. "enum": [
  116. {
  117. "value": "Asia/Damascus",
  118. "description": "'Asia/Damascus' timezone"
  119. },
  120. {
  121. "value": "Asia/Saigon",
  122. "description": "'Asia/Saigon' timezone"
  123. }
  124. ]
  125. }
  126. },
  127. {
  128. "variable": "jenkinsConfig",
  129. "label": "",
  130. "group": "Jenkins Configuration",
  131. "schema": {
  132. "type": "dict",
  133. "attrs": [
  134. {
  135. "variable": "jenkinsJavaOpts",
  136. "label": "Additional Jenkins Java Options",
  137. "description": "Configure additional jenkins java options for Jenkins.</br>\nSee https://www.jenkins.io/doc/book/managing/system-properties\n",
  138. "schema": {
  139. "type": "list",
  140. "default": [],
  141. "items": [
  142. {
  143. "variable": "jenkinsJavaOpt",
  144. "label": "Jenkins Java Option",
  145. "schema": {
  146. "type": "dict",
  147. "attrs": [
  148. {
  149. "variable": "property",
  150. "label": "Property",
  151. "description": "The property to set, see https://www.jenkins.io/doc/book/managing/system-properties </br>\nThe prefix [-D] is automatically added.\n",
  152. "schema": {
  153. "type": "string",
  154. "required": true
  155. }
  156. },
  157. {
  158. "variable": "value",
  159. "description": "The value to set for the property.</br>\n",
  160. "label": "Value",
  161. "schema": {
  162. "type": "string",
  163. "required": true
  164. }
  165. }
  166. ]
  167. }
  168. }
  169. ]
  170. }
  171. },
  172. {
  173. "variable": "jenkinsOpts",
  174. "label": "Additional Jenkins Options",
  175. "description": "Configure additional jenkins options for Jenkins. </br>\nsee https://www.jenkins.io/doc/book/installing/initial-settings\n",
  176. "schema": {
  177. "type": "list",
  178. "default": [],
  179. "items": [
  180. {
  181. "variable": "jenkinsOption",
  182. "label": "Jenkins Option",
  183. "description": "The option to set, see https://www.jenkins.io/doc/book/installing/initial-settings </br>\nThe prefix [--] is automatically added.\n",
  184. "schema": {
  185. "type": "string",
  186. "required": true
  187. }
  188. }
  189. ]
  190. }
  191. },
  192. {
  193. "variable": "additionalEnvs",
  194. "label": "Additional Environment Variables",
  195. "description": "Configure additional environment variables for Jenkins.",
  196. "schema": {
  197. "type": "list",
  198. "default": [],
  199. "items": [
  200. {
  201. "variable": "env",
  202. "label": "Environment Variable",
  203. "schema": {
  204. "type": "dict",
  205. "attrs": [
  206. {
  207. "variable": "name",
  208. "label": "Name",
  209. "schema": {
  210. "type": "string",
  211. "required": true
  212. }
  213. },
  214. {
  215. "variable": "value",
  216. "label": "Value",
  217. "schema": {
  218. "type": "string",
  219. "required": true
  220. }
  221. }
  222. ]
  223. }
  224. }
  225. ]
  226. }
  227. }
  228. ]
  229. }
  230. },
  231. {
  232. "variable": "jenkinsNetwork",
  233. "label": "",
  234. "group": "Network Configuration",
  235. "schema": {
  236. "type": "dict",
  237. "attrs": [
  238. {
  239. "variable": "webPort",
  240. "label": "Web Port",
  241. "description": "The port for the Jenkins Web UI.",
  242. "schema": {
  243. "type": "int",
  244. "default": 30036,
  245. "min": 9000,
  246. "max": 65535,
  247. "required": true
  248. }
  249. },
  250. {
  251. "variable": "certificateID",
  252. "label": "Certificate",
  253. "description": "The certificate to use for HTTPS.",
  254. "schema": {
  255. "type": "int",
  256. "null": true,
  257. "$ref": [
  258. "definitions/certificate"
  259. ],
  260. "enum": [
  261. {
  262. "value": null,
  263. "description": "No Certificate"
  264. }
  265. ],
  266. "default": null
  267. }
  268. },
  269. {
  270. "variable": "agent",
  271. "label": "Enable Agent",
  272. "description": "Enable Agent Port for Jenkins.",
  273. "schema": {
  274. "type": "boolean",
  275. "default": false
  276. }
  277. },
  278. {
  279. "variable": "agentPort",
  280. "label": "Agent Port",
  281. "description": "The port for the Jenkins Agent.",
  282. "schema": {
  283. "type": "int",
  284. "show_if": [
  285. [
  286. "agent",
  287. "=",
  288. true
  289. ]
  290. ],
  291. "default": 50000,
  292. "min": 9000,
  293. "max": 65535,
  294. "required": true
  295. }
  296. },
  297. {
  298. "variable": "hostNetwork",
  299. "label": "Host Network",
  300. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  301. "schema": {
  302. "type": "boolean",
  303. "default": false
  304. }
  305. }
  306. ]
  307. }
  308. },
  309. {
  310. "variable": "jenkinsStorage",
  311. "label": "",
  312. "group": "Storage Configuration",
  313. "schema": {
  314. "type": "dict",
  315. "attrs": [
  316. {
  317. "variable": "home",
  318. "label": "Jenkins Home Storage",
  319. "description": "The path to store Jenkins Home Directory.",
  320. "schema": {
  321. "type": "dict",
  322. "attrs": [
  323. {
  324. "variable": "type",
  325. "label": "Type",
  326. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  327. "schema": {
  328. "type": "string",
  329. "required": true,
  330. "immutable": true,
  331. "default": "ixVolume",
  332. "enum": [
  333. {
  334. "value": "hostPath",
  335. "description": "Host Path (Path that already exists on the system)"
  336. },
  337. {
  338. "value": "ixVolume",
  339. "description": "ixVolume (Dataset created automatically by the system)"
  340. }
  341. ]
  342. }
  343. },
  344. {
  345. "variable": "datasetName",
  346. "label": "Dataset Name",
  347. "schema": {
  348. "type": "string",
  349. "show_if": [
  350. [
  351. "type",
  352. "=",
  353. "ixVolume"
  354. ]
  355. ],
  356. "required": true,
  357. "hidden": true,
  358. "immutable": true,
  359. "default": "home",
  360. "$ref": [
  361. "normalize/ixVolume"
  362. ]
  363. }
  364. },
  365. {
  366. "variable": "hostPath",
  367. "label": "Host Path",
  368. "schema": {
  369. "type": "hostpath",
  370. "show_if": [
  371. [
  372. "type",
  373. "=",
  374. "hostPath"
  375. ]
  376. ],
  377. "immutable": true,
  378. "required": true
  379. }
  380. }
  381. ]
  382. }
  383. },
  384. {
  385. "variable": "additionalStorages",
  386. "label": "Additional Storage",
  387. "description": "Additional storage for Jenkins.",
  388. "schema": {
  389. "type": "list",
  390. "default": [],
  391. "items": [
  392. {
  393. "variable": "storageEntry",
  394. "label": "Storage Entry",
  395. "schema": {
  396. "type": "dict",
  397. "attrs": [
  398. {
  399. "variable": "type",
  400. "label": "Type",
  401. "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",
  402. "schema": {
  403. "type": "string",
  404. "required": true,
  405. "default": "ixVolume",
  406. "immutable": true,
  407. "enum": [
  408. {
  409. "value": "hostPath",
  410. "description": "Host Path (Path that already exists on the system)"
  411. },
  412. {
  413. "value": "ixVolume",
  414. "description": "ixVolume (Dataset created automatically by the system)"
  415. },
  416. {
  417. "value": "smb-pv-pvc",
  418. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  419. }
  420. ]
  421. }
  422. },
  423. {
  424. "variable": "mountPath",
  425. "label": "Mount Path",
  426. "description": "The path inside the container to mount the storage.",
  427. "schema": {
  428. "type": "path",
  429. "required": true
  430. }
  431. },
  432. {
  433. "variable": "hostPath",
  434. "label": "Host Path",
  435. "description": "The host path to use for storage.",
  436. "schema": {
  437. "type": "hostpath",
  438. "show_if": [
  439. [
  440. "type",
  441. "=",
  442. "hostPath"
  443. ]
  444. ],
  445. "required": true
  446. }
  447. },
  448. {
  449. "variable": "datasetName",
  450. "label": "Dataset Name",
  451. "description": "The name of the dataset to use for storage.",
  452. "schema": {
  453. "type": "string",
  454. "show_if": [
  455. [
  456. "type",
  457. "=",
  458. "ixVolume"
  459. ]
  460. ],
  461. "required": true,
  462. "immutable": true,
  463. "default": "storage_entry",
  464. "$ref": [
  465. "normalize/ixVolume"
  466. ]
  467. }
  468. },
  469. {
  470. "variable": "server",
  471. "label": "Server",
  472. "description": "The server for the SMB share.",
  473. "schema": {
  474. "type": "string",
  475. "show_if": [
  476. [
  477. "type",
  478. "=",
  479. "smb-pv-pvc"
  480. ]
  481. ],
  482. "required": true
  483. }
  484. },
  485. {
  486. "variable": "share",
  487. "label": "Share",
  488. "description": "The share name for the SMB share.",
  489. "schema": {
  490. "type": "string",
  491. "show_if": [
  492. [
  493. "type",
  494. "=",
  495. "smb-pv-pvc"
  496. ]
  497. ],
  498. "required": true
  499. }
  500. },
  501. {
  502. "variable": "domain",
  503. "label": "Domain (Optional)",
  504. "description": "The domain for the SMB share.",
  505. "schema": {
  506. "type": "string",
  507. "show_if": [
  508. [
  509. "type",
  510. "=",
  511. "smb-pv-pvc"
  512. ]
  513. ]
  514. }
  515. },
  516. {
  517. "variable": "username",
  518. "label": "Username",
  519. "description": "The username for the SMB share.",
  520. "schema": {
  521. "type": "string",
  522. "show_if": [
  523. [
  524. "type",
  525. "=",
  526. "smb-pv-pvc"
  527. ]
  528. ],
  529. "required": true
  530. }
  531. },
  532. {
  533. "variable": "password",
  534. "label": "Password",
  535. "description": "The password for the SMB share.",
  536. "schema": {
  537. "type": "string",
  538. "show_if": [
  539. [
  540. "type",
  541. "=",
  542. "smb-pv-pvc"
  543. ]
  544. ],
  545. "required": true,
  546. "private": true
  547. }
  548. },
  549. {
  550. "variable": "size",
  551. "label": "Size (in Gi)",
  552. "description": "The size of the volume quota.",
  553. "schema": {
  554. "type": "int",
  555. "show_if": [
  556. [
  557. "type",
  558. "=",
  559. "smb-pv-pvc"
  560. ]
  561. ],
  562. "required": true,
  563. "min": 1,
  564. "default": 1
  565. }
  566. }
  567. ]
  568. }
  569. }
  570. ]
  571. }
  572. }
  573. ]
  574. }
  575. },
  576. {
  577. "variable": "resources",
  578. "group": "Resources Configuration",
  579. "label": "",
  580. "schema": {
  581. "type": "dict",
  582. "attrs": [
  583. {
  584. "variable": "limits",
  585. "label": "Limits",
  586. "schema": {
  587. "type": "dict",
  588. "attrs": [
  589. {
  590. "variable": "cpu",
  591. "label": "CPU",
  592. "description": "CPU limit for Jenkins.",
  593. "schema": {
  594. "type": "string",
  595. "max_length": 6,
  596. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  597. "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",
  598. "default": "4000m",
  599. "required": true
  600. }
  601. },
  602. {
  603. "variable": "memory",
  604. "label": "Memory",
  605. "description": "Memory limit for Jenkins.",
  606. "schema": {
  607. "type": "string",
  608. "max_length": 12,
  609. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  610. "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",
  611. "default": "8Gi",
  612. "required": true
  613. }
  614. }
  615. ]
  616. }
  617. }
  618. ]
  619. }
  620. }
  621. ]
  622. },
  623. "app_readme": "<h1>Jenkins</h1>\n<p><a href=\"https://www.jenkins.io/\">Jenkins</a>. The leading open source automation server, Jenkins provides hundreds of\nplugins to support building, deploying and automating any project.</p>\n<blockquote>\n<p>When application is installed and on each startup, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Jenkins</code> directories.\nAfterward, the <code>Jenkins</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 user and group (<code>1000</code>).</p>\n</blockquote>",
  624. "detailed_readme": "<h1>Jenkins</h1>\n<p><a href=\"https://www.jenkins.io/\">Jenkins</a>. The leading open source automation server, Jenkins provides hundreds of\nplugins to support building, deploying and automating any project.</p>\n<blockquote>\n<p>When application is installed and on each startup, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Jenkins</code> directories.\nAfterward, the <code>Jenkins</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 user and group (<code>1000</code>).</p>\n</blockquote>",
  625. "changelog": null
  626. }
  627. }