From 85cd24da343a60ffe9ca84276c3705903ae36125 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 6 Mar 2022 01:06:20 +0200 Subject: [PATCH] fix(odoo): Don't mount conf dir (#2027) --- charts/stable/odoo/Chart.yaml | 2 +- charts/stable/odoo/questions.yaml | 45 +------------------------------ charts/stable/odoo/values.yaml | 3 --- 3 files changed, 2 insertions(+), 48 deletions(-) diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index 806041d62f5..3f6280655f2 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: "15.0" -version: 6.0.0 +version: 6.0.1 kubeVersion: '>=1.16.0-0' name: odoo description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. diff --git a/charts/stable/odoo/questions.yaml b/charts/stable/odoo/questions.yaml index 683a6be26f7..148349525d7 100644 --- a/charts/stable/odoo/questions.yaml +++ b/charts/stable/odoo/questions.yaml @@ -140,7 +140,6 @@ questions: type: int default: 8069 - - variable: odoo label: "Odoo Service" description: "Odoo Services" @@ -357,49 +356,7 @@ questions: - value: "Memory" description: "Memory" # Include{persistenceAdvanced} - - variable: customconfig - label: "Custom Config Storage" - description: "Stores the Custom Config." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: "Type of Storage" - description: "Sets the persistence type, Anything other than PVC could break rollback!" - schema: - type: string - default: "simplePVC" - enum: - - value: "simplePVC" - description: "PVC (simple)" - - value: "simpleHP" - description: "HostPath (simple)" - - value: "emptyDir" - description: "emptyDir" - - value: "pvc" - description: "pvc" - - value: "hostPath" - description: "hostPath" -# Include{persistenceBasic} - - variable: hostPath - label: "hostPath" - description: "Path inside the container the storage is mounted" - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: "EmptyDir Medium" - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: "Default" - - value: "Memory" - description: "Memory" -# Include{persistenceAdvanced} + # Include{persistenceList} - variable: ingress diff --git a/charts/stable/odoo/values.yaml b/charts/stable/odoo/values.yaml index d8ecdc75d79..e5ac400f758 100644 --- a/charts/stable/odoo/values.yaml +++ b/charts/stable/odoo/values.yaml @@ -42,9 +42,6 @@ persistence: addons: enabled: true mountPath: "/mnt/extra-addons" - customconfig: - enabled: true - mountPath: "/etc/odoo" # Enabled postgres postgresql: