From 04eea863cdcde206a034142c602d98f93603da44 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 6 Feb 2024 17:44:11 +0100 Subject: [PATCH] feat: Add alexandria dependency on caluma chart --- charts/caluma/Chart.yaml | 17 +++++------------ charts/caluma/values.yaml | 4 ++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/charts/caluma/Chart.yaml b/charts/caluma/Chart.yaml index b7b1dda..746d56e 100644 --- a/charts/caluma/Chart.yaml +++ b/charts/caluma/Chart.yaml @@ -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/ @@ -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 diff --git a/charts/caluma/values.yaml b/charts/caluma/values.yaml index bc749ea..a7dad90 100644 --- a/charts/caluma/values.yaml +++ b/charts/caluma/values.yaml @@ -96,6 +96,10 @@ tolerations: [] affinity: {} +alexandria: + # -- Deploy alexandria DMS + enabled: false + postgresql: enabled: true