Skip to content

Commit

Permalink
Merge branch 'helm-charts' of github.com:StartUpNationLabs/poulet int…
Browse files Browse the repository at this point in the history
…o helm-charts
  • Loading branch information
Tsukoyachi committed Oct 16, 2024
2 parents 5fd4c49 + e3ffcc0 commit c5e22a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
10 changes: 8 additions & 2 deletions charts/poulet/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@ dependencies:
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.27.0
digest: sha256:2979870be409319a2fe2479da95cb182c78c7590a4a4b15e88b88714194b5d3b
generated: "2024-10-16T11:30:39.6367471+02:00"
- name: alert-management
repository: ""
version: 0.1.0
- name: patient-management
repository: ""
version: 0.1.0
digest: sha256:edca654172e8e087b11155e1cb5e33d6e0cb2ce056d6bfe3695f921f28564a95
generated: "2024-10-16T13:17:38.5167069+02:00"
10 changes: 8 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.0.3
version: 0.0.4

# 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 All @@ -39,4 +39,10 @@ dependencies:
- name: prometheus
version: 25.27.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
condition: prometheus.enabled
- name: alert-management
version: 0.1.0
condition: alert-management.enabled
- name: patient-management
version: 0.1.0
condition: patient-management.enabled
2 changes: 2 additions & 0 deletions charts/poulet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ mongodb:
enabled: true
rootPassword: root
alert-management:
enabled: true
env:
DB_PASSWORD: root
DB_NAME: alert
Expand All @@ -65,6 +66,7 @@ alert-management:
tls: [ ]

patient-management:
enabled: true
env:
DB_PASSWORD: root
DB_NAME: patient
Expand Down

0 comments on commit c5e22a3

Please sign in to comment.