From b79a7c1d63182ac3609862fe8e8c258b8395e2b0 Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Mon, 22 Dec 2025 13:21:02 +0100 Subject: [PATCH] feat: update korporation.chk.mintcloud.ch deployment with new image, custom domain, and addons - Update image to mintsystem/odoo:18.0.20251121 - Change customDomain to strahlnerpatente.korporation.ch - Add four new addonsGitRepos for partner, sale, website, and thirdparty modules - Preserve staging.enabled and add staging.reset: false - Maintain existing init credentials and storage configuration --- korporation.chk.mintcloud.ch.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/korporation.chk.mintcloud.ch.yaml b/korporation.chk.mintcloud.ch.yaml index eb2c69b..e3f89aa 100644 --- a/korporation.chk.mintcloud.ch.yaml +++ b/korporation.chk.mintcloud.ch.yaml @@ -1,14 +1,20 @@ kind: deployment -staging: - enabled: true ingress: host: korporation.chk.mintcloud.ch - customDomain: odoo.korporation.ch + customDomain: strahlnerpatente.korporation.ch clusterIssuerRef: letsencrypt-http-prod -image: mintsystem/odoo:18.0.20251021 +image: mintsystem/odoo:18.0.20251121 storageClassName: csi-cinder-sc-retain downloadOdooEnterprise: true +addonsGitRepos: + - https://gitlab.com/Mint-System/Odoo-Apps-Thirdparty#18.0 + - https://github.com/OCA/partner-contact#18.0 + - https://github.com/Mint-System/Odoo-Apps-Sale-Workflow#18.0 + - https://github.com/Mint-System/Odoo-Apps-Website#18.0 workers: 2 +staging: + enabled: true + reset: false init: login: laura.honegger@korporation.ch password: 8MiPifRR