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 04eea86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
17 changes: 5 additions & 12 deletions charts/caluma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,8 @@ apiVersion: v2
name: caluma
description: A collaborative form editing service
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.11.0

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
version: 0.12.0
appVersion: "9.3.1"

keywords:
- caluma
home: https://caluma.io/
Expand All @@ -26,6 +15,10 @@ maintainers:
email: contact@caluma.io

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 04eea86

Please sign in to comment.