From afa138689214572f074cc66d856726970b3e96bd Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Tue, 17 Sep 2024 19:54:13 +0300
Subject: [PATCH] apps/meet/calcom/calcom: experiment with downgrading calcom
 instead of chart

---
 apps/meet/calcom/calcom-release.yaml          | 2 +-
 apps/meet/calcom/calcom-values-configmap.yaml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/meet/calcom/calcom-release.yaml b/apps/meet/calcom/calcom-release.yaml
index ae92cf2..71fc8d4 100644
--- a/apps/meet/calcom/calcom-release.yaml
+++ b/apps/meet/calcom/calcom-release.yaml
@@ -9,7 +9,7 @@ spec:
     spec:
       # https://github.com/Pyrrha/calcom-helm/blob/main/charts/calcom-stack/Chart.yaml
       chart: calcom-stack
-      version: 0.3.9
+      version: 0.3.15
       sourceRef:
         kind: HelmRepository
         name: calcom
diff --git a/apps/meet/calcom/calcom-values-configmap.yaml b/apps/meet/calcom/calcom-values-configmap.yaml
index 6437c0f..4951f98 100644
--- a/apps/meet/calcom/calcom-values-configmap.yaml
+++ b/apps/meet/calcom/calcom-values-configmap.yaml
@@ -25,6 +25,7 @@ data:
     calcom:
       # https://github.com/Pyrrha/calcom-helm/blob/main/charts/calcom/values.yaml
       image:
+        tag: v4.1.11
         #tag: v4.5.0
       secretRef: "stackspin-calcom-keys"
       commonLabels:
-- 
GitLab