File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,8 @@ apiVersion: v2
22name : caluma
33description : A collaborative form editing service
44type : 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
166appVersion : " 9.3.1"
17-
187keywords :
198 - caluma
209home : https://caluma.io/
@@ -26,6 +15,10 @@ maintainers:
26152716
2817dependencies :
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
Original file line number Diff line number Diff line change @@ -96,6 +96,10 @@ tolerations: []
9696
9797affinity : {}
9898
99+ alexandria :
100+ # -- Deploy alexandria DMS
101+ enabled : false
102+
99103postgresql :
100104 enabled : true
101105
You can’t perform that action at this time.
0 commit comments