From f79fa10a133918946a592aa063db86478ef9ca34 Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Tue, 17 Dec 2024 16:31:58 +0100 Subject: [PATCH] [MOD] bump odoo chart to 0.2.0 and fix lint errors Signed-off-by: Alexandre Nuttinck --- Chart.yaml | 2 +- values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 772775a..e712969 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: odoo description: An opiniated Helm Chart for deploying Odoo type: application -version: 0.1.43 +version: 0.2.0 appVersion: "16.0" sources: - https://github.com/odoo/odoo diff --git a/values.yaml b/values.yaml index e77aa1f..4275dd3 100644 --- a/values.yaml +++ b/values.yaml @@ -33,7 +33,7 @@ postgresql: # In this case, we are using the dbfilter option in the odoo section database: odoo username: odoo - # password: managed by external secrets + # password: managed by external secrets password: mySecuredPassword admin_passwd: mySecuredPassword existingSecret: odoo-postgresql-secret @@ -91,7 +91,7 @@ persistence: size: 10Gi # Name of an existing claim - # existingClaim: + # existingClaim: # Additional environment variables # extraEnv: @@ -107,7 +107,7 @@ podSecurityContext: {} statefulSetSecurityAnnotations: {} -securityContext: +securityContext: fsGroup: 101 # capabilities: # drop: