app_versions.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. {
  2. "1.0.4": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/odoo/1.0.4",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "16.0_1.0.4",
  12. "version": "1.0.4",
  13. "chart_metadata": {
  14. "name": "odoo",
  15. "description": "Odoo is a suite of web based open source business apps.",
  16. "annotations": {
  17. "title": "Odoo"
  18. },
  19. "type": "application",
  20. "version": "1.0.4",
  21. "apiVersion": "v2",
  22. "appVersion": "16.0",
  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://www.odoo.com/",
  39. "icon": "https://media.sys.truenas.net/apps/odoo/icons/icon.png",
  40. "sources": [
  41. "https://hub.docker.com/_/odoo",
  42. "https://github.com/truenas/charts/tree/master/community/odoo",
  43. "https://github.com/odoo/odoo"
  44. ],
  45. "keywords": [
  46. "erp",
  47. "odoo"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "odoo",
  54. "groupName": "odoo",
  55. "gid": 101,
  56. "uid": 101,
  57. "description": "Odoo runs as a non-root user"
  58. },
  59. {
  60. "userName": "postgres",
  61. "groupName": "postgres",
  62. "gid": 999,
  63. "uid": 999,
  64. "description": "Postgres runs as a non-root user."
  65. }
  66. ],
  67. "capabilities": [],
  68. "hostMounts": []
  69. },
  70. "schema": {
  71. "groups": [
  72. {
  73. "name": "Odoo Configuration",
  74. "description": "Configure Odoo"
  75. },
  76. {
  77. "name": "Network Configuration",
  78. "description": "Configure Network for Odoo"
  79. },
  80. {
  81. "name": "Storage Configuration",
  82. "description": "Configure Storage for Odoo"
  83. },
  84. {
  85. "name": "Resources Configuration",
  86. "description": "Configure Resources for Odoo"
  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": "odooConfig",
  106. "label": "",
  107. "group": "Odoo Configuration",
  108. "schema": {
  109. "type": "dict",
  110. "attrs": [
  111. {
  112. "variable": "additionalConf",
  113. "label": "Additional File Configuration Options",
  114. "description": "Configure additional file configuration options for Odoo.</br>\nOptions are appended to the end of the configuration file.</br>\nAfter the predefined configuration options.</br>\n",
  115. "schema": {
  116. "type": "list",
  117. "default": [],
  118. "items": [
  119. {
  120. "variable": "conf",
  121. "label": "Configuration Option",
  122. "schema": {
  123. "type": "dict",
  124. "attrs": [
  125. {
  126. "variable": "key",
  127. "label": "Key",
  128. "schema": {
  129. "type": "string",
  130. "required": true
  131. }
  132. },
  133. {
  134. "variable": "value",
  135. "label": "Value",
  136. "schema": {
  137. "type": "string",
  138. "required": true
  139. }
  140. }
  141. ]
  142. }
  143. }
  144. ]
  145. }
  146. },
  147. {
  148. "variable": "additionalEnvs",
  149. "label": "Additional Environment Variables",
  150. "description": "Configure additional environment variables for Odoo.",
  151. "schema": {
  152. "type": "list",
  153. "default": [],
  154. "items": [
  155. {
  156. "variable": "env",
  157. "label": "Environment Variable",
  158. "schema": {
  159. "type": "dict",
  160. "attrs": [
  161. {
  162. "variable": "name",
  163. "label": "Name",
  164. "schema": {
  165. "type": "string",
  166. "required": true
  167. }
  168. },
  169. {
  170. "variable": "value",
  171. "label": "Value",
  172. "schema": {
  173. "type": "string",
  174. "required": true
  175. }
  176. }
  177. ]
  178. }
  179. }
  180. ]
  181. }
  182. }
  183. ]
  184. }
  185. },
  186. {
  187. "variable": "odooNetwork",
  188. "label": "",
  189. "group": "Network Configuration",
  190. "schema": {
  191. "type": "dict",
  192. "attrs": [
  193. {
  194. "variable": "webPort",
  195. "label": "Web Port",
  196. "description": "The port for the Odoo WebUI.",
  197. "schema": {
  198. "type": "int",
  199. "default": 30062,
  200. "min": 9000,
  201. "max": 65535,
  202. "required": true
  203. }
  204. },
  205. {
  206. "variable": "hostNetwork",
  207. "label": "Host Network",
  208. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  209. "schema": {
  210. "type": "boolean",
  211. "default": false
  212. }
  213. }
  214. ]
  215. }
  216. },
  217. {
  218. "variable": "odooStorage",
  219. "label": "",
  220. "group": "Storage Configuration",
  221. "schema": {
  222. "type": "dict",
  223. "attrs": [
  224. {
  225. "variable": "data",
  226. "label": "Odoo Data Storage",
  227. "description": "The path to store Odoo data.",
  228. "schema": {
  229. "type": "dict",
  230. "attrs": [
  231. {
  232. "variable": "type",
  233. "label": "Type",
  234. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  235. "schema": {
  236. "type": "string",
  237. "required": true,
  238. "immutable": true,
  239. "default": "ixVolume",
  240. "enum": [
  241. {
  242. "value": "hostPath",
  243. "description": "Host Path (Path that already exists on the system)"
  244. },
  245. {
  246. "value": "ixVolume",
  247. "description": "ixVolume (Dataset created automatically by the system)"
  248. }
  249. ]
  250. }
  251. },
  252. {
  253. "variable": "datasetName",
  254. "label": "Dataset Name",
  255. "schema": {
  256. "type": "string",
  257. "show_if": [
  258. [
  259. "type",
  260. "=",
  261. "ixVolume"
  262. ]
  263. ],
  264. "required": true,
  265. "hidden": true,
  266. "immutable": true,
  267. "default": "data",
  268. "$ref": [
  269. "normalize/ixVolume"
  270. ]
  271. }
  272. },
  273. {
  274. "variable": "hostPath",
  275. "label": "Host Path",
  276. "schema": {
  277. "type": "hostpath",
  278. "show_if": [
  279. [
  280. "type",
  281. "=",
  282. "hostPath"
  283. ]
  284. ],
  285. "immutable": true,
  286. "required": true
  287. }
  288. }
  289. ]
  290. }
  291. },
  292. {
  293. "variable": "addons",
  294. "label": "Odoo Addons Storage",
  295. "description": "The path to store Odoo addons storage.",
  296. "schema": {
  297. "type": "dict",
  298. "attrs": [
  299. {
  300. "variable": "type",
  301. "label": "Type",
  302. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  303. "schema": {
  304. "type": "string",
  305. "required": true,
  306. "immutable": true,
  307. "default": "ixVolume",
  308. "enum": [
  309. {
  310. "value": "hostPath",
  311. "description": "Host Path (Path that already exists on the system)"
  312. },
  313. {
  314. "value": "ixVolume",
  315. "description": "ixVolume (Dataset created automatically by the system)"
  316. }
  317. ]
  318. }
  319. },
  320. {
  321. "variable": "datasetName",
  322. "label": "Dataset Name",
  323. "schema": {
  324. "type": "string",
  325. "show_if": [
  326. [
  327. "type",
  328. "=",
  329. "ixVolume"
  330. ]
  331. ],
  332. "required": true,
  333. "hidden": true,
  334. "immutable": true,
  335. "default": "addons",
  336. "$ref": [
  337. "normalize/ixVolume"
  338. ]
  339. }
  340. },
  341. {
  342. "variable": "hostPath",
  343. "label": "Host Path",
  344. "schema": {
  345. "type": "hostpath",
  346. "show_if": [
  347. [
  348. "type",
  349. "=",
  350. "hostPath"
  351. ]
  352. ],
  353. "immutable": true,
  354. "required": true
  355. }
  356. }
  357. ]
  358. }
  359. },
  360. {
  361. "variable": "pgData",
  362. "label": "Odoo Postgres Data Storage",
  363. "description": "The path to store Odoo Postgres Data.",
  364. "schema": {
  365. "type": "dict",
  366. "attrs": [
  367. {
  368. "variable": "type",
  369. "label": "Type",
  370. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  371. "schema": {
  372. "type": "string",
  373. "required": true,
  374. "immutable": true,
  375. "default": "ixVolume",
  376. "enum": [
  377. {
  378. "value": "hostPath",
  379. "description": "Host Path (Path that already exists on the system)"
  380. },
  381. {
  382. "value": "ixVolume",
  383. "description": "ixVolume (Dataset created automatically by the system)"
  384. }
  385. ]
  386. }
  387. },
  388. {
  389. "variable": "datasetName",
  390. "label": "Dataset Name",
  391. "schema": {
  392. "type": "string",
  393. "show_if": [
  394. [
  395. "type",
  396. "=",
  397. "ixVolume"
  398. ]
  399. ],
  400. "required": true,
  401. "hidden": true,
  402. "immutable": true,
  403. "default": "pgData",
  404. "$ref": [
  405. "normalize/ixVolume"
  406. ]
  407. }
  408. },
  409. {
  410. "variable": "hostPath",
  411. "label": "Host Path",
  412. "schema": {
  413. "type": "hostpath",
  414. "show_if": [
  415. [
  416. "type",
  417. "=",
  418. "hostPath"
  419. ]
  420. ],
  421. "immutable": true,
  422. "required": true
  423. }
  424. }
  425. ]
  426. }
  427. },
  428. {
  429. "variable": "pgBackup",
  430. "label": "Odoo Postgres Backup Storage",
  431. "description": "The path to store Odoo Postgres Backup.",
  432. "schema": {
  433. "type": "dict",
  434. "attrs": [
  435. {
  436. "variable": "type",
  437. "label": "Type",
  438. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  439. "schema": {
  440. "type": "string",
  441. "required": true,
  442. "immutable": true,
  443. "default": "ixVolume",
  444. "enum": [
  445. {
  446. "value": "hostPath",
  447. "description": "Host Path (Path that already exists on the system)"
  448. },
  449. {
  450. "value": "ixVolume",
  451. "description": "ixVolume (Dataset created automatically by the system)"
  452. }
  453. ]
  454. }
  455. },
  456. {
  457. "variable": "datasetName",
  458. "label": "Dataset Name",
  459. "schema": {
  460. "type": "string",
  461. "show_if": [
  462. [
  463. "type",
  464. "=",
  465. "ixVolume"
  466. ]
  467. ],
  468. "required": true,
  469. "hidden": true,
  470. "immutable": true,
  471. "default": "pgBackup",
  472. "$ref": [
  473. "normalize/ixVolume"
  474. ]
  475. }
  476. },
  477. {
  478. "variable": "hostPath",
  479. "label": "Host Path",
  480. "schema": {
  481. "type": "hostpath",
  482. "show_if": [
  483. [
  484. "type",
  485. "=",
  486. "hostPath"
  487. ]
  488. ],
  489. "immutable": true,
  490. "required": true
  491. }
  492. }
  493. ]
  494. }
  495. }
  496. ]
  497. }
  498. },
  499. {
  500. "variable": "resources",
  501. "label": "",
  502. "group": "Resources Configuration",
  503. "schema": {
  504. "type": "dict",
  505. "attrs": [
  506. {
  507. "variable": "limits",
  508. "label": "Limits",
  509. "schema": {
  510. "type": "dict",
  511. "attrs": [
  512. {
  513. "variable": "cpu",
  514. "label": "CPU",
  515. "description": "CPU limit for Odoo.",
  516. "schema": {
  517. "type": "string",
  518. "max_length": 6,
  519. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  520. "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",
  521. "default": "4000m",
  522. "required": true
  523. }
  524. },
  525. {
  526. "variable": "memory",
  527. "label": "Memory",
  528. "description": "Memory limit for Odoo.",
  529. "schema": {
  530. "type": "string",
  531. "max_length": 12,
  532. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  533. "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",
  534. "default": "8Gi",
  535. "required": true
  536. }
  537. }
  538. ]
  539. }
  540. }
  541. ]
  542. }
  543. }
  544. ]
  545. },
  546. "app_readme": "<h1>Odoo</h1>\n<p><a href=\"https://odoo.com\">Odoo</a> is a suite of web based open source business apps.</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>odoo</code> directories.\nAfterward, the <code>odoo</code> container will run as a <strong>non</strong>-root user (<code>101</code>).\nSame applies to the <code>postgres</code> container. This will run afterwards as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>odoo</code> and <code>postgres</code> data directories.</p>\n</blockquote>",
  547. "detailed_readme": "<h1>Odoo</h1>\n<p><a href=\"https://odoo.com\">Odoo</a> is a suite of web based open source business apps.</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>odoo</code> directories.\nAfterward, the <code>odoo</code> container will run as a <strong>non</strong>-root user (<code>101</code>).\nSame applies to the <code>postgres</code> container. This will run afterwards as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>odoo</code> and <code>postgres</code> data directories.</p>\n</blockquote>",
  548. "changelog": null
  549. }
  550. }