diff --git a/charts/poulet/Chart.yaml b/charts/poulet/Chart.yaml index e91f069..7563c86 100644 --- a/charts/poulet/Chart.yaml +++ b/charts/poulet/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.1.64 +version: 0.1.65 # 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/poulet/charts/frontend/templates/configmap.yaml b/charts/poulet/charts/frontend/templates/configmap.yaml index b26f32d..3f9f2d0 100644 --- a/charts/poulet/charts/frontend/templates/configmap.yaml +++ b/charts/poulet/charts/frontend/templates/configmap.yaml @@ -7,6 +7,6 @@ data: { "ALERT_MANAGEMENT_BASE_URL": "{{ .Values.environment.ALERT_MANAGEMENT_BASE_URL }}", "PATIENT_MANAGEMENT_BASE_URL": "{{ .Values.environment.PATIENT_MANAGEMENT_BASE_URL }}", - "ANALYSE_HAUT_NIVEAU_MANAGEMENT_BASE_URL": "{{ .Values.environment.ANALYSE_HAUT_NIVEAU_MANAGEMENT_BASE_URL }}" + "ANALYSE_HAUT_NIVEAU_MANAGEMENT_BASE_URL": "{{ .Values.environment.ANALYSE_HAUT_NIVEAU_MANAGEMENT_BASE_URL }}", "DASHBOARD_BASE_URL": "{{ .Values.environment.DASHBOARD_BASE_URL }}" } \ No newline at end of file