Skip to content

Commit 04eea86

Browse files
committed
feat: Add alexandria dependency on caluma chart
1 parent 9e9b73d commit 04eea86

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

charts/caluma/Chart.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,8 @@ apiVersion: v2
22
name: caluma
33
description: A collaborative form editing service
44
type: application
5-
6-
7-
# This is the chart version. This version number should be incremented each time you make changes
8-
# to the chart and its templates, including the app version.
9-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 0.11.0
11-
12-
# This is the version number of the application being deployed. This version number should be
13-
# incremented each time you make changes to the application. Versions are not expected to
14-
# follow Semantic Versioning. They should reflect the version the application is using.
15-
# It is recommended to use it with quotes.
5+
version: 0.12.0
166
appVersion: "9.3.1"
17-
187
keywords:
198
- caluma
209
home: https://caluma.io/
@@ -26,6 +15,10 @@ maintainers:
2615
2716

2817
dependencies:
18+
- name: alexandria
19+
version: ~3.0.0-beta.8
20+
repository: oci://ghcr.io/projectcaluma/projectcaluma/alexandria-helm/alexandria
21+
condition: alexandria.enabled
2922
- name: postgresql
3023
version: ~11.9.13
3124
repository: https://charts.bitnami.com/bitnami

charts/caluma/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ tolerations: []
9696

9797
affinity: {}
9898

99+
alexandria:
100+
# -- Deploy alexandria DMS
101+
enabled: false
102+
99103
postgresql:
100104
enabled: true
101105

0 commit comments

Comments
 (0)