Files
truecharts/charts/stable/odoo/values.yaml
T
TrueCharts Bot 0032e66dc5 chore(deps): update container image docker.io/odoo to 17.0@0997f73 by renovate (#22343)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/odoo | digest | `bab5b91` -> `0997f73` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-25 02:28:58 +02:00

93 lines
2.0 KiB
YAML

image:
repository: docker.io/odoo
pullPolicy: IfNotPresent
tag: 17.0@sha256:0997f730dce9110b12d7e6eb25d38f90837386905b8cf4444214f323df803b32
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