Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-02-08 08:59:11 +00:00
parent d6f7a0b0d4
commit bf1de76d6c
8 changed files with 618 additions and 1008 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="odoo-5.0.0"></a>
### [odoo-5.0.0](https://github.com/truecharts/apps/compare/odoo-4.0.30...odoo-5.0.0) (2022-02-08)
#### Feat
* use official image ([#1866](https://github.com/truecharts/apps/issues/1866))
<a name="odoo-4.0.30"></a>
### [odoo-4.0.30](https://github.com/truecharts/apps/compare/odoo-4.0.29...odoo-4.0.30) (2022-02-06)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "14.0"
appVersion: "15.0"
version: 5.0.0
kubeVersion: '>=1.16.0-0'
name: odoo

View File

@ -11,6 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PORT | int | `5432` | |
| env.USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envValueFrom.HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.HOST.secretKeyRef.name | string | `"dbcreds"` | |
@ -18,24 +19,25 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/odoo"` | |
| image.tag | string | `"version-14.0@sha256:dec23986ced979e029a78512272e2be18bab60d811bccb3d7ddc4b3241b210e2"` | |
| image.tag | string | `"v15.0@sha256:314cfa4776c8fd0a45974bb0a7211d4d9258d0dd4616130c671f95595a306972"` | |
| persistence.addons.enabled | bool | `true` | |
| persistence.addons.mountPath | string | `"/mnt/extra-addons"` | |
| persistence.customconfig.enabled | bool | `true` | |
| persistence.customconfig.mountPath | string | `"/etc/odoo"` | |
| persistence.odoo.enabled | bool | `true` | |
| persistence.odoo.mountPath | string | `"/var/lib/odoo"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"postgres"` | |
| postgresql.postgresqlDatabase | string | `"odoo"` | |
| postgresql.postgresqlUsername | string | `"odoo"` | |
| secret | object | `{}` | |
| service.main.ports.main.port | int | `8069` | |
| service.main.ports.main.targetPort | int | `8069` | |
| service.odoo.enabled | bool | `true` | |
| service.odoo.ports.odoo-1.enabled | bool | `true` | |
| service.odoo.ports.odoo-1.port | int | `8071` | |
| service.odoo.ports.odoo-1.targetPort | int | `8071` | |
| service.odoo.ports.odoo-2.enabled | bool | `true` | |
| service.odoo.ports.odoo-2.port | int | `8072` | |
| service.odoo.ports.odoo-2.targetPort | int | `8072` | |
| service.odoo.ports.longpolling.enabled | bool | `true` | |
| service.odoo.ports.longpolling.port | int | `8072` | |
| service.odoo.ports.longpolling.targetPort | int | `8072` | |
| service.odoo.ports.xmlrpcs.enabled | bool | `true` | |
| service.odoo.ports.xmlrpcs.port | int | `8071` | |
| service.odoo.ports.xmlrpcs.targetPort | int | `8071` | |
All Rights Reserved - The TrueCharts Project

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="odoo-5.0.0"></a>
### [odoo-5.0.0](https://github.com/truecharts/apps/compare/odoo-4.0.30...odoo-5.0.0) (2022-02-08)
#### Feat
* use official image ([#1866](https://github.com/truecharts/apps/issues/1866))
<a name="odoo-4.0.30"></a>
### [odoo-4.0.30](https://github.com/truecharts/apps/compare/odoo-4.0.29...odoo-4.0.30) (2022-02-06)

View File

@ -11,6 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PORT | int | `5432` | |
| env.USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envValueFrom.HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.HOST.secretKeyRef.name | string | `"dbcreds"` | |
@ -18,24 +19,25 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/odoo"` | |
| image.tag | string | `"version-14.0@sha256:dec23986ced979e029a78512272e2be18bab60d811bccb3d7ddc4b3241b210e2"` | |
| image.tag | string | `"v15.0@sha256:314cfa4776c8fd0a45974bb0a7211d4d9258d0dd4616130c671f95595a306972"` | |
| persistence.addons.enabled | bool | `true` | |
| persistence.addons.mountPath | string | `"/mnt/extra-addons"` | |
| persistence.customconfig.enabled | bool | `true` | |
| persistence.customconfig.mountPath | string | `"/etc/odoo"` | |
| persistence.odoo.enabled | bool | `true` | |
| persistence.odoo.mountPath | string | `"/var/lib/odoo"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"postgres"` | |
| postgresql.postgresqlDatabase | string | `"odoo"` | |
| postgresql.postgresqlUsername | string | `"odoo"` | |
| secret | object | `{}` | |
| service.main.ports.main.port | int | `8069` | |
| service.main.ports.main.targetPort | int | `8069` | |
| service.odoo.enabled | bool | `true` | |
| service.odoo.ports.odoo-1.enabled | bool | `true` | |
| service.odoo.ports.odoo-1.port | int | `8071` | |
| service.odoo.ports.odoo-1.targetPort | int | `8071` | |
| service.odoo.ports.odoo-2.enabled | bool | `true` | |
| service.odoo.ports.odoo-2.port | int | `8072` | |
| service.odoo.ports.odoo-2.targetPort | int | `8072` | |
| service.odoo.ports.longpolling.enabled | bool | `true` | |
| service.odoo.ports.longpolling.port | int | `8072` | |
| service.odoo.ports.longpolling.targetPort | int | `8072` | |
| service.odoo.ports.xmlrpcs.enabled | bool | `true` | |
| service.odoo.ports.xmlrpcs.port | int | `8071` | |
| service.odoo.ports.xmlrpcs.targetPort | int | `8071` | |
All Rights Reserved - The TrueCharts Project

File diff suppressed because one or more lines are too long

View File

@ -32707,6 +32707,48 @@ entries:
- https://github.com/truecharts/apps/releases/download/octoprint-4.0.21/octoprint-4.0.21.tgz
version: 4.0.21
odoo:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: "15.0"
created: "2022-02-08T08:59:10.425444467Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.15.0
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.62
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting,
PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
digest: 3257f2230dae8fe7f211821555e49cd86f0703f1bb15ccaafca40506934641a9
home: https://github.com/truecharts/apps/tree/main/charts/odoo
icon: https://truecharts.org/_static/img/appicons/odoo-icon.png
keywords:
- odoo
- crm
- pm
- hr
- accounting
- mrp
- marketing
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: odoo
sources:
- https://www.odoo.com/
- https://hub.docker.com/repository/docker/nicholaswilde/odoo
type: application
urls:
- https://github.com/truecharts/apps/releases/download/odoo-5.0.0/odoo-5.0.0.tgz
version: 5.0.0
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -58321,4 +58363,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2022-02-07T11:24:48.79726145Z"
generated: "2022-02-08T08:59:10.430769803Z"