Skip to content

Mint System Odoo

This Helm chart deploys Odoo with PostgreSQL.

Parameters

Ingress parameters

NameDescriptionValue
ingress.enabledEnable or disable the ingresstrue
ingress.classNameThe class name for the ingressnginx
ingress.clusterIssuerRefThe cluster issuer reference for the ingressnil
ingress.hostThe host for the ingressodoo.cloud.local
ingress.customDomainThe custom domain for the ingress""

vshnPostgres parameters

NameDescriptionValue
vshnPostgres.enabledEnable or disable vshnPostgresfalse
vshnPostgres.secretRefThe secret reference for vshnPostgrespostgres-creds
vshnPostgres.client.enabledEnable or disable the vshnPostgres clientfalse

Postgres parameters

NameDescriptionValue
postgres.enabledEnable or disable postgresfalse
postgres.secretRefThe secret reference for postgrespostgres-creds
postgres.client.enabledEnable or disable the postgres clientfalse

PostgreSQL parameters

NameDescriptionValue
postgresql.enabledEnable or disable PostgreSQLtrue
postgresql.auth.usernameThe username for PostgreSQL authenticationodoo
postgresql.auth.databaseThe database name for PostgreSQL authenticationodoo
postgresql.auth.existingSecretName of the secret key.odoo-postgresql
postgresql.auth.secretKeys.adminPasswordKeyThe admin password key for PostgreSQLpostgres-password
postgresql.auth.secretKeys.userPasswordKeyThe user password key for PostgreSQLpassword

Odoo parameters

NameDescriptionValue
odoo.enabledEnable or disable odootrue
odoo.imageThe image for odoomintsystem/odoo:18.0.20250725
odoo.proxyModeEnable or disable proxy mode for odootrue
odoo.githubUsernameThe GitHub username for odoo""
odoo.githubPersonalAccessTokenThe GitHub personal access token for odoo""
odoo.downloadOdooEnterpriseEnable or disable downloading Odoo Enterprisefalse
odoo.addonsGitReposList of addon Git repositories for odoo["https://github.com/Mint-System/Odoo-Apps-Server-Tools.git#18.0","https://github.com/OCA/Server-Tools.git#18.0"]
odoo.databaseThe database for odooodoo
odoo.initLangThe initial language for odoode_CH
odoo.listDBEnable or disable listing databases for odoofalse
odoo.configMapRefThe config map reference for odooodoo-config
odoo.secretRefThe secret reference for odooodoo-creds