mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 23:06:13 +08:00
* add `odoo` to `community` apps * add pg * add config, svc, persistence * add basic values for test * add tmp and validation * use the odoo user * update readme * remove interface config * switch db name * init * do init * extra values * update UI * remove redundant group * fix typo * bump common
27 lines
664 B
YAML
27 lines
664 B
YAML
name: odoo
|
|
description: Odoo is a suite of web based open source business apps.
|
|
annotations:
|
|
title: Odoo
|
|
type: application
|
|
version: 1.0.0
|
|
apiVersion: v2
|
|
appVersion: '16.0'
|
|
kubeVersion: '>=1.16.0-0'
|
|
maintainers:
|
|
- name: truenas
|
|
url: https://www.truenas.com/
|
|
email: dev@ixsystems.com
|
|
dependencies:
|
|
- name: common
|
|
repository: file://../../../common
|
|
version: 1.1.0
|
|
home: https://www.odoo.com/
|
|
icon: https://github.com/odoo/odoo/blob/16.0/addons/web/static/img/logo.png?raw=true
|
|
sources:
|
|
- https://hub.docker.com/_/odoo
|
|
- https://github.com/truenas/charts/tree/master/community/odoo
|
|
- https://github.com/odoo/odoo
|
|
keywords:
|
|
- erp
|
|
- odoo
|