Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-11 08:13:12 +00:00
parent f602c6e33d
commit 3f489f4107
12 changed files with 2320 additions and 0 deletions

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [odoo-13.0.1](https://github.com/truecharts/charts/compare/odoo-13.0.0...odoo-13.0.1) (2023-08-11)
### Fix
- Move to Incubator ([#11413](https://github.com/truecharts/charts/issues/11413))

View File

@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "15.0"
version: 13.0.1
kubeVersion: ">=1.16.0-0"
name: odoo
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
type: application
home: https://truecharts.org/charts/incubator/odoo
icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png
keywords:
- odoo
- crm
- pm
- hr
- accounting
- mrp
- marketing
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/odoo
- https://www.odoo.com/
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [odoo-13.0.1](https://github.com/truecharts/charts/compare/odoo-13.0.0...odoo-13.0.1) (2023-08-11)
### Fix
- Move to Incubator ([#11413](https://github.com/truecharts/charts/issues/11413))

View File

@ -0,0 +1,8 @@
All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/odoo](https://truecharts.org/charts/incubator/odoo)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,55 @@
image:
repository: tccr.io/truecharts/odoo
pullPolicy: IfNotPresent
tag: v15.0@sha256:f7d2ab13cf5214ddfbc09d5322bd61ad064a877edbec1620579392838a0a44d7
service:
main:
ports:
main:
port: 8069
targetPort: 8069
odoo:
enabled: true
ports:
xmlrpcs:
enabled: true
port: 8071
targetPort: 8071
longpolling:
enabled: true
port: 8072
targetPort: 8072
persistence:
odoo:
enabled: true
mountPath: "/var/lib/odoo"
addons:
enabled: true
mountPath: "/mnt/extra-addons"
# Enabled postgres
cnpg:
main:
enabled: true
user: odoo
database: postgres
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
env:
USER: "{{ .Values.cnpg.main.user }}"
PORT: 5432
PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
HOST:
secretKeyRef:
name: cnpg-main-urls
key: host

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

5
incubator/odoo/item.yaml Normal file
View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png
categories:
- media
screenshots: []