From 156e15f26d4f8604ef0a8a94871298cfcea56b7e Mon Sep 17 00:00:00 2001 From: Ronan LE MEILLAT Date: Sun, 31 Dec 2023 10:22:23 +0100 Subject: [PATCH] env vars must be strings --- helm/odoo/Chart.yaml | 4 ++-- helm/odoo/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/odoo/Chart.yaml b/helm/odoo/Chart.yaml index 0010f4e..be899d0 100644 --- a/helm/odoo/Chart.yaml +++ b/helm/odoo/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.3 +version: 0.3.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "16.0.0.18" +appVersion: "16.0.0.21" dependencies: - name: odoo diff --git a/helm/odoo/values.yaml b/helm/odoo/values.yaml index 1869ef3..04eb1f5 100644 --- a/helm/odoo/values.yaml +++ b/helm/odoo/values.yaml @@ -87,7 +87,7 @@ odoo: - name: FQDN value: odoo.example.org - name: BACKUP_KEEP_DAYS - value: 60 + value: "60" customPostInitScripts: start-autobackup-cron: | #!/bin/bash