Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-07 15:51:49 +00:00
parent 10ae3ad768
commit 5f9033b53e
13 changed files with 2407 additions and 1 deletions

View File

@ -0,0 +1,33 @@
**Important:**
*for the complete changelog, please refer to the website*
## [odoo-14.0.3](https://github.com/truecharts/charts/compare/odoo-14.0.2...odoo-14.0.3) (2023-10-07)
## [odoo-14.0.2](https://github.com/truecharts/charts/compare/odoo-14.0.1...odoo-14.0.2) (2023-09-22)
## [odoo-14.0.1](https://github.com/truecharts/charts/compare/odoo-14.0.0...odoo-14.0.1) (2023-09-16)
## [odoo-14.0.0](https://github.com/truecharts/charts/compare/odoo-13.0.1...odoo-14.0.0) (2023-08-25)
## [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,33 @@
apiVersion: v2
appVersion: "16.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
deprecated: false
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
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
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: odoo
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/odoo
- https://github.com/odoo/docker
type: application
version: 14.0.3
annotations:
truecharts.org/catagories: |
- productivity
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/incubator/)
**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,4 @@
## [odoo-14.0.3](https://github.com/truecharts/charts/compare/odoo-14.0.2...odoo-14.0.3) (2023-10-07)

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,99 @@
image:
repository: tccr.io/truecharts/odoo
pullPolicy: IfNotPresent
tag: v16.0.0@sha256:9a0e0d913dc6c4ed5904ae233dc2de7fa1a00f10eb5a66f21e1f695c62933a1d
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 101
runAsGroup: 101
service:
main:
ports:
main:
port: 8069
odoo:
additionalConf: []
workload:
main:
podSpec:
initContainers:
init-db:
type: install
enabled: true
imageSelector: "image"
env:
ODOO_RC: /etc/odoo/odoo.conf
command:
- /bin/bash
args:
- -c
- |
/usr/bin/odoo --config=/etc/odoo/odoo.conf \
--stop-after-init \
--without-demo=all \
--init=base
containers:
main:
probes:
liveness:
enabled: true
type: http
path: /web/health
readiness:
enabled: true
type: http
path: /web/health
startup:
enabled: true
type: http
path: /web/health
env:
ODOO_RC: /etc/odoo/odoo.conf
persistence:
odoo:
enabled: true
targetSelector:
main:
main:
mountPath: "/var/lib/odoo"
init-db:
mountPath: "/var/lib/odoo"
addons:
enabled: true
targetSelector:
main:
main:
mountPath: "/mnt/extra-addons"
init-db:
mountPath: "/mnt/extra-addons"
odoo-config:
enabled: true
type: configmap
objectName: odoo-config
targetSelector:
main:
main:
mountPath: /etc/odoo/odoo.conf
subPath: odoo.conf
readOnly: true
init-db:
mountPath: /etc/odoo/odoo.conf
subPath: odoo.conf
readOnly: true
# Enabled postgres
cnpg:
main:
enabled: true
user: odoo
database: odoo
portal:
open:
enabled: true

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,52 @@
{{/* Define the configmap */}}
{{- define "odoo.configmaps" -}}
{{- $fullname := (include "tc.v1.common.lib.chart.names.fullname" $) -}}
{{- $admin := .Values.odoo.admin -}}
{{- $smtp := .Values.odoo.smtp -}}
{{- $mainPort := .Values.service.main.ports.main.port -}}
{{- $odooPath := .Values.persistence.odoo.targetSelector.main.main.mountPath -}}
{{- $addonsPath := .Values.persistence.addons.targetSelector.main.main.mountPath -}}
{{- $pgdb := .Values.cnpg.main.database -}}
{{- $pguser := .Values.cnpg.main.user -}}
{{- $pgpassword := .Values.cnpg.main.creds.password | trimAll "\"" -}}
{{- $pghost := .Values.cnpg.main.creds.host | trimAll "\"" -}}
{{/* xmlrpc* keys are deprecated and http* keys are used in their place */}}
{{- $reservedKeys := (list "data_dir" "addons_path" "http_enable" "http_interface"
"http_port" "xmlrpc" "xmlrpc_port" "xmlrpc_interface"
"db_port" "db_host" "db_name" "db_user" "db_sslmode"
"db_password") -}}
{{- $userKeys := list -}}
odoo-config:
enabled: true
data:
odoo.conf: |
[options]
; Paths
data_dir = {{ $odooPath }}
addons_path = {{ $addonsPath }}
; Network Details
http_enable = True
http_port = {{ $mainPort }}
; Database Details
db_port = 5432
db_host = {{ $pghost }}
db_name = {{ $pgdb }}
db_user = {{ $pguser }}
db_sslmode = disable
db_password = {{ $pgpassword }}
{{- range $opt := .Values.odoo.additionalConf -}}
{{- if (mustHas $opt.key $reservedKeys) -}}
{{- fail (printf "Odoo - Key [%v] is not allowed to be modified") -}}
{{- end -}}
{{- $userKeys = mustAppend $userKeys $opt.key -}}
{{- printf "%s = %s" $opt.key $opt.value | nindent 8 -}}
{{- end -}}
{{- if not (deepEqual $userKeys (uniq $userKeys)) -}}
{{- fail (printf "Odoo - Additional configuration keys must be unique, but got [%v]" (join ", " $userKeys)) -}}
{{- end -}}
{{- end -}}

View File

@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . -}}
{{/* Render configmaps for all pods */}}
{{- $configmaps := include "odoo.configmaps" . | fromYaml -}}
{{- if $configmaps -}}
{{- $_ := mustMergeOverwrite .Values.configmap $configmaps -}}
{{- end -}}
{{/* Render the templates */}}
{{- include "tc.v1.common.loader.apply" . -}}

View File

View File

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