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 7d44731 commit 2b9f271
Show file tree
Hide file tree
Showing 5 changed files with 11 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.7
version: 0.2.8
- name: analyse-haut-niveau-management
repository: ""
version: 0.2.0
digest: sha256:ce7fd851015f5bca0989b79cd86b774546dae1b31b68494a62ec5d7ab98f6861
generated: "2024-10-27T15:28:11.2888067+01:00"
digest: sha256:48b49b1a1d26bd314793cfa4d3f06497c2e64219ac744d5302f00febe06b4313
generated: "2024-10-27T15:39:30.9124075+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.15
version: 0.1.16

# 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.7
version: 0.2.8
#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.7
version: 0.2.8

# 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 @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: frontend
data:
env.json: | # Use a multi-line string
env: | # Use a multi-line string
{
"ALERT_MANAGEMENT_BASE_URL": "{{ .Values.environment.ALERT_MANAGEMENT_BASE_URL }}",
"PATIENT_MANAGEMENT_BASE_URL": "{{ .Values.environment.PATIENT_MANAGEMENT_BASE_URL }}",
Expand Down
5 changes: 4 additions & 1 deletion charts/poulet/charts/frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ volumes:
- name: frontend
configMap:
name: frontend
items:
- key: env
path: env
# - name: foo
# secret:
# secretName: mysecret
Expand All @@ -103,7 +106,7 @@ volumes:
# Additional volumeMounts on the output Deployment definition.
volumeMounts:
- name: frontend
mountPath: /usr/share/nginx/html/env
mountPath: /usr/share/nginx/html
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
Expand Down

0 comments on commit 2b9f271

Please sign in to comment.