From ac6288cf976a6d4ae4d57b7e2058ca4d3e9d1869 Mon Sep 17 00:00:00 2001 From: Audacious Tux Date: Wed, 19 Jun 2024 13:12:29 +0000 Subject: [PATCH] .. --- charts/mautic/Chart.yaml | 2 +- charts/mautic/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mautic/Chart.yaml b/charts/mautic/Chart.yaml index 7ec265f..4db2979 100644 --- a/charts/mautic/Chart.yaml +++ b/charts/mautic/Chart.yaml @@ -15,7 +15,7 @@ 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.2.4 +version: 0.2.5 # 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 diff --git a/charts/mautic/values.yaml b/charts/mautic/values.yaml index a3db4fd..d2fd4de 100644 --- a/charts/mautic/values.yaml +++ b/charts/mautic/values.yaml @@ -28,7 +28,7 @@ mautic: # ignore the following values if existingConfigMap is set configMap: MAUTIC_DB_HOST: mysql - MAUTIC_DB_PORT: 3306 + MAUTIC_DB_PORT: "3306" # existingSecret: "" # ignore the following values if existingSecret is set