app_versions.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/pgadmin/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "definitions/certificate",
  10. "normalize/ixVolume"
  11. ],
  12. "human_version": "7.8_1.1.2",
  13. "version": "1.1.2",
  14. "chart_metadata": {
  15. "name": "pgadmin",
  16. "description": "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL",
  17. "annotations": {
  18. "title": "pgAdmin"
  19. },
  20. "type": "application",
  21. "version": "1.1.2",
  22. "apiVersion": "v2",
  23. "appVersion": "7.8",
  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.2"
  37. }
  38. ],
  39. "home": "https://www.pgadmin.org/",
  40. "icon": "https://media.sys.truenas.net/apps/pgadmin/icons/icon.png",
  41. "sources": [
  42. "https://hub.docker.com/r/dpage/pgadmin4",
  43. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/pgadmin",
  44. "https://www.pgadmin.org/"
  45. ],
  46. "keywords": [
  47. "database",
  48. "management"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "pgadmin",
  55. "groupName": "pgadmin",
  56. "gid": 5050,
  57. "uid": 5050,
  58. "description": "pgAdmin runs as a non-root user."
  59. }
  60. ],
  61. "capabilities": [
  62. {
  63. "name": "NET_BIND_SERVICE",
  64. "description": "pgAdmin requires this ability to bind to privileged ports."
  65. }
  66. ],
  67. "hostMounts": []
  68. },
  69. "schema": {
  70. "groups": [
  71. {
  72. "name": "pgAdmin Configuration",
  73. "description": "Configure pgAdmin"
  74. },
  75. {
  76. "name": "Network Configuration",
  77. "description": "Configure Network for pgAdmin"
  78. },
  79. {
  80. "name": "Storage Configuration",
  81. "description": "Configure Storage for pgAdmin"
  82. },
  83. {
  84. "name": "Resources Configuration",
  85. "description": "Configure Resources for pgAdmin"
  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": "pgadminConfig",
  105. "label": "",
  106. "group": "pgAdmin Configuration",
  107. "schema": {
  108. "type": "dict",
  109. "attrs": [
  110. {
  111. "variable": "adminEmail",
  112. "label": "Admin Email",
  113. "description": "The email address for the pgAdmin admin user.",
  114. "schema": {
  115. "type": "string",
  116. "required": true,
  117. "default": ""
  118. }
  119. },
  120. {
  121. "variable": "adminPassword",
  122. "label": "Admin Password",
  123. "description": "The password for the pgAdmin admin user.",
  124. "schema": {
  125. "type": "string",
  126. "required": true,
  127. "private": true,
  128. "default": ""
  129. }
  130. },
  131. {
  132. "variable": "additionalEnvs",
  133. "label": "Additional Environment Variables",
  134. "description": "Configure additional environment variables for pgAdmin.",
  135. "schema": {
  136. "type": "list",
  137. "default": [],
  138. "items": [
  139. {
  140. "variable": "env",
  141. "label": "Environment Variable",
  142. "schema": {
  143. "type": "dict",
  144. "attrs": [
  145. {
  146. "variable": "name",
  147. "label": "Name",
  148. "schema": {
  149. "type": "string",
  150. "required": true
  151. }
  152. },
  153. {
  154. "variable": "value",
  155. "label": "Value",
  156. "schema": {
  157. "type": "string",
  158. "required": true
  159. }
  160. }
  161. ]
  162. }
  163. }
  164. ]
  165. }
  166. }
  167. ]
  168. }
  169. },
  170. {
  171. "variable": "pgadminNetwork",
  172. "label": "",
  173. "group": "Network Configuration",
  174. "schema": {
  175. "type": "dict",
  176. "attrs": [
  177. {
  178. "variable": "webPort",
  179. "label": "Web Port",
  180. "description": "The port for the pgAdmin Web UI.",
  181. "schema": {
  182. "type": "int",
  183. "default": 30056,
  184. "min": 9000,
  185. "max": 65535,
  186. "required": true
  187. }
  188. },
  189. {
  190. "variable": "hostNetwork",
  191. "label": "Host Network",
  192. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  193. "schema": {
  194. "type": "boolean",
  195. "default": false
  196. }
  197. },
  198. {
  199. "variable": "certificateID",
  200. "label": "Certificate",
  201. "description": "The certificate to use for pgAdmin",
  202. "schema": {
  203. "type": "int",
  204. "null": true,
  205. "$ref": [
  206. "definitions/certificate"
  207. ],
  208. "enum": [
  209. {
  210. "value": null,
  211. "description": "No Certificate"
  212. }
  213. ],
  214. "default": null
  215. }
  216. }
  217. ]
  218. }
  219. },
  220. {
  221. "variable": "pgadminStorage",
  222. "label": "",
  223. "group": "Storage Configuration",
  224. "schema": {
  225. "type": "dict",
  226. "attrs": [
  227. {
  228. "variable": "config",
  229. "label": "pgAdmin Config Storage",
  230. "description": "The path to store pgAdmin Configuration.",
  231. "schema": {
  232. "type": "dict",
  233. "attrs": [
  234. {
  235. "variable": "type",
  236. "label": "Type",
  237. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  238. "schema": {
  239. "type": "string",
  240. "required": true,
  241. "immutable": true,
  242. "default": "ixVolume",
  243. "enum": [
  244. {
  245. "value": "hostPath",
  246. "description": "Host Path (Path that already exists on the system)"
  247. },
  248. {
  249. "value": "ixVolume",
  250. "description": "ixVolume (Dataset created automatically by the system)"
  251. }
  252. ]
  253. }
  254. },
  255. {
  256. "variable": "datasetName",
  257. "label": "Dataset Name",
  258. "schema": {
  259. "type": "string",
  260. "show_if": [
  261. [
  262. "type",
  263. "=",
  264. "ixVolume"
  265. ]
  266. ],
  267. "required": true,
  268. "hidden": true,
  269. "immutable": true,
  270. "default": "config",
  271. "$ref": [
  272. "normalize/ixVolume"
  273. ]
  274. }
  275. },
  276. {
  277. "variable": "hostPath",
  278. "label": "Host Path",
  279. "schema": {
  280. "type": "hostpath",
  281. "show_if": [
  282. [
  283. "type",
  284. "=",
  285. "hostPath"
  286. ]
  287. ],
  288. "immutable": true,
  289. "required": true
  290. }
  291. }
  292. ]
  293. }
  294. },
  295. {
  296. "variable": "additionalStorages",
  297. "label": "Additional Storage",
  298. "description": "Additional storage for pgAdmin.",
  299. "schema": {
  300. "type": "list",
  301. "default": [],
  302. "items": [
  303. {
  304. "variable": "storageEntry",
  305. "label": "Storage Entry",
  306. "schema": {
  307. "type": "dict",
  308. "attrs": [
  309. {
  310. "variable": "type",
  311. "label": "Type",
  312. "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",
  313. "schema": {
  314. "type": "string",
  315. "required": true,
  316. "default": "ixVolume",
  317. "immutable": true,
  318. "enum": [
  319. {
  320. "value": "hostPath",
  321. "description": "Host Path (Path that already exists on the system)"
  322. },
  323. {
  324. "value": "ixVolume",
  325. "description": "ixVolume (Dataset created automatically by the system)"
  326. },
  327. {
  328. "value": "smb-pv-pvc",
  329. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  330. }
  331. ]
  332. }
  333. },
  334. {
  335. "variable": "mountPath",
  336. "label": "Mount Path",
  337. "description": "The path inside the container to mount the storage.",
  338. "schema": {
  339. "type": "path",
  340. "required": true
  341. }
  342. },
  343. {
  344. "variable": "hostPath",
  345. "label": "Host Path",
  346. "description": "The host path to use for storage.",
  347. "schema": {
  348. "type": "hostpath",
  349. "show_if": [
  350. [
  351. "type",
  352. "=",
  353. "hostPath"
  354. ]
  355. ],
  356. "required": true
  357. }
  358. },
  359. {
  360. "variable": "datasetName",
  361. "label": "Dataset Name",
  362. "description": "The name of the dataset to use for storage.",
  363. "schema": {
  364. "type": "string",
  365. "show_if": [
  366. [
  367. "type",
  368. "=",
  369. "ixVolume"
  370. ]
  371. ],
  372. "required": true,
  373. "immutable": true,
  374. "default": "storage_entry",
  375. "$ref": [
  376. "normalize/ixVolume"
  377. ]
  378. }
  379. },
  380. {
  381. "variable": "server",
  382. "label": "Server",
  383. "description": "The server for the SMB share.",
  384. "schema": {
  385. "type": "string",
  386. "show_if": [
  387. [
  388. "type",
  389. "=",
  390. "smb-pv-pvc"
  391. ]
  392. ],
  393. "required": true
  394. }
  395. },
  396. {
  397. "variable": "share",
  398. "label": "Share",
  399. "description": "The share name for the SMB share.",
  400. "schema": {
  401. "type": "string",
  402. "show_if": [
  403. [
  404. "type",
  405. "=",
  406. "smb-pv-pvc"
  407. ]
  408. ],
  409. "required": true
  410. }
  411. },
  412. {
  413. "variable": "domain",
  414. "label": "Domain (Optional)",
  415. "description": "The domain for the SMB share.",
  416. "schema": {
  417. "type": "string",
  418. "show_if": [
  419. [
  420. "type",
  421. "=",
  422. "smb-pv-pvc"
  423. ]
  424. ]
  425. }
  426. },
  427. {
  428. "variable": "username",
  429. "label": "Username",
  430. "description": "The username for the SMB share.",
  431. "schema": {
  432. "type": "string",
  433. "show_if": [
  434. [
  435. "type",
  436. "=",
  437. "smb-pv-pvc"
  438. ]
  439. ],
  440. "required": true
  441. }
  442. },
  443. {
  444. "variable": "password",
  445. "label": "Password",
  446. "description": "The password for the SMB share.",
  447. "schema": {
  448. "type": "string",
  449. "show_if": [
  450. [
  451. "type",
  452. "=",
  453. "smb-pv-pvc"
  454. ]
  455. ],
  456. "required": true,
  457. "private": true
  458. }
  459. },
  460. {
  461. "variable": "size",
  462. "label": "Size (in Gi)",
  463. "description": "The size of the volume quota.",
  464. "schema": {
  465. "type": "int",
  466. "show_if": [
  467. [
  468. "type",
  469. "=",
  470. "smb-pv-pvc"
  471. ]
  472. ],
  473. "required": true,
  474. "min": 1,
  475. "default": 1
  476. }
  477. }
  478. ]
  479. }
  480. }
  481. ]
  482. }
  483. }
  484. ]
  485. }
  486. },
  487. {
  488. "variable": "resources",
  489. "group": "Resources Configuration",
  490. "label": "",
  491. "schema": {
  492. "type": "dict",
  493. "attrs": [
  494. {
  495. "variable": "limits",
  496. "label": "Limits",
  497. "schema": {
  498. "type": "dict",
  499. "attrs": [
  500. {
  501. "variable": "cpu",
  502. "label": "CPU",
  503. "description": "CPU limit for pgAdmin.",
  504. "schema": {
  505. "type": "string",
  506. "max_length": 6,
  507. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  508. "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",
  509. "default": "4000m",
  510. "required": true
  511. }
  512. },
  513. {
  514. "variable": "memory",
  515. "label": "Memory",
  516. "description": "Memory limit for pgAdmin.",
  517. "schema": {
  518. "type": "string",
  519. "max_length": 12,
  520. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  521. "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",
  522. "default": "8Gi",
  523. "required": true
  524. }
  525. }
  526. ]
  527. }
  528. }
  529. ]
  530. }
  531. }
  532. ]
  533. },
  534. "app_readme": "<h1>pgAdmin</h1>\n<p><a href=\"https://github.com/pgadmin-org/pgadmin4\">pgAdmin</a> is the most popular and feature rich Open Source administration and development platform for PostgreSQL</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>pgAdmin</code> directories.\nAfterward, the <code>pgAdmin</code> container will run as a <strong>non</strong>-root user (<code>5050</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>",
  535. "detailed_readme": "<h1>pgAdmin</h1>\n<p><a href=\"https://github.com/pgadmin-org/pgadmin4\">pgAdmin</a> is the most popular and feature rich Open Source administration and development platform for PostgreSQL</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>pgAdmin</code> directories.\nAfterward, the <code>pgAdmin</code> container will run as a <strong>non</strong>-root user (<code>5050</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>",
  536. "changelog": null
  537. }
  538. }