ix_values.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/odoo
  4. tag: "18.0-20250218"
  5. postgres_15_image:
  6. repository: postgres
  7. tag: "15.14"
  8. postgres_17_image:
  9. repository: postgres
  10. tag: 17.6-bookworm
  11. postgres_upgrade_image:
  12. repository: ixsystems/postgres-upgrade
  13. tag: 1.0.4
  14. consts:
  15. odoo_container_name: odoo
  16. postgres_container_name: postgres
  17. perms_container_name: permissions
  18. data_path: /var/lib/odoo
  19. addons_path: /mnt/extra-addons
  20. conf_file_path: /etc/odoo/odoo.conf
  21. run_as_user: 100
  22. run_as_group: 101
  23. db_name: odoo
  24. db_user: odoo
  25. reserved_keys:
  26. - data_dir
  27. - addons_path
  28. - http_enable
  29. - http_interface
  30. - http_port
  31. - xmlrpc
  32. - xmlrpc_port
  33. - xmlrpc_interface
  34. - db_port
  35. - db_host
  36. - db_name
  37. - db_user
  38. - db_sslmode
  39. - db_password
  40. notes_body: |
  41. ## Default Username and Password
  42. The First time you log into the Odoo UI, use the following credentials.
  43. You should change them after the first login.
  44. Username: `admin`
  45. Password: `admin`