Skip to content

Commit

Permalink
last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
YvannPONCE committed Oct 27, 2024
1 parent 2b9f271 commit 926048c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/poulet/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies:
version: 0.1.0
- name: frontend
repository: ""
version: 0.2.8
version: 0.2.9
- name: analyse-haut-niveau-management
repository: ""
version: 0.2.0
digest: sha256:48b49b1a1d26bd314793cfa4d3f06497c2e64219ac744d5302f00febe06b4313
generated: "2024-10-27T15:39:30.9124075+01:00"
digest: sha256:d2ae72d1650e87bc836f5767647ae24d3a2c07d79b3af1efd7a07de0a7711cd2
generated: "2024-10-27T15:44:42.9745649+01:00"
4 changes: 2 additions & 2 deletions 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.16
version: 0.1.17

# 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 Expand Up @@ -47,7 +47,7 @@ dependencies:
version: 0.1.0
condition: patient-management.enabled
- name: frontend
version: 0.2.8
version: 0.2.9
#condition: frontend.enabled
- name: analyse-haut-niveau-management
version: 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion charts/poulet/charts/frontend/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.2.8
version: 0.2.9

# 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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ volumes:
# Additional volumeMounts on the output Deployment definition.
volumeMounts:
- name: frontend
mountPath: /usr/share/nginx/html
mountPath: /usr/share/nginx/html/config
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
Expand Down
2 changes: 1 addition & 1 deletion cloud/frontend/src/clients/patient-management/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import globalAxios from 'axios';

export let BASE_PATH = "http://localhost:8083".replace(/\/+$/, "");

fetch("/env").then(
fetch("/config/env").then(
(response) => {
response.json().then((data) => {
BASE_PATH = data.PATIENT_MANAGEMENT_BASE_URL.replace(/\/+$/, "");
Expand Down

0 comments on commit 926048c

Please sign in to comment.