Skip to content

Commit

Permalink
fix: dashboard url
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Nov 12, 2024
1 parent 8a94d81 commit b191647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/poulet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/poulet/charts/frontend/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
}

0 comments on commit b191647

Please sign in to comment.