Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add alexandria dependency on caluma chart #23

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading