diff --git a/charts/ccx/Chart.yaml b/charts/ccx/Chart.yaml index 1b24838..0986106 100644 --- a/charts/ccx/Chart.yaml +++ b/charts/ccx/Chart.yaml @@ -16,11 +16,11 @@ icon: https://st.s9s.io/ccx/logo/ccx-purple.svg # 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: 1.48.0 +version: 1.48.1 # 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. # THIS IS THE CCX RELEASE VERSION -appVersion: "1.48.0" +appVersion: "1.48.1" diff --git a/charts/ccx/templates/cmon/secrets.yaml b/charts/ccx/templates/cmon/secrets.yaml index 7a5eaf4..9cb2b48 100644 --- a/charts/ccx/templates/cmon/secrets.yaml +++ b/charts/ccx/templates/cmon/secrets.yaml @@ -39,9 +39,9 @@ metadata: stringData: cmon.cnf: | hostname=0.0.0.0 - mysql_hostname={{ include "ccx.cmonDbHost" . }} - mysql_port={{ include "ccx.cmonDbPort" . }} - mysql_password='{{ include "ccx.cmonDbPassword" . }}' + cmondb_hostname={{ include "ccx.cmonDbHost" . }} + cmondb_port={{ include "ccx.cmonDbPort" . }} + cmondb_password='{{ include "ccx.cmonDbPassword" . }}' cmon_user={{ include "ccx.cmonDbUser" . }} cmon_db={{ include "ccx.cmonDbName" . }} rpc_user={{ include "ccx.cmonUser" . }}