Skip to content

Commit

Permalink
feat: Add alexandria dependency on caluma chart
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Feb 6, 2024
1 parent 9e9b73d commit 372e127
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/caluma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ maintainers:
email: [email protected]

dependencies:
- name: alexandria
version: ~3.0.0-beta.8
repository: oci://ghcr.io/projectcaluma/projectcaluma/alexandria-helm/alexandria
condition: alexandria.enabled
- name: postgresql
version: ~11.9.13
repository: https://charts.bitnami.com/bitnami
Expand Down
4 changes: 4 additions & 0 deletions charts/caluma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ tolerations: []

affinity: {}

alexandria:
# -- Deploy alexandria DMS
enabled: false

postgresql:
enabled: true

Expand Down

0 comments on commit 372e127

Please sign in to comment.