From 31dc18808d06f1083e7e1a400db5b7dfb6e4074b Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 17 Sep 2024 23:12:39 +0300 Subject: [PATCH] apps/meet/calcom: downgrade calcom version manually --- apps/meet/calcom/calcom-release.yaml | 2 +- apps/meet/calcom/calcom-values-configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/meet/calcom/calcom-release.yaml b/apps/meet/calcom/calcom-release.yaml index bdf71d6..487ef91 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.5 + version: 0.3.6 sourceRef: kind: HelmRepository name: calcom diff --git a/apps/meet/calcom/calcom-values-configmap.yaml b/apps/meet/calcom/calcom-values-configmap.yaml index 0b96d06..4951f98 100644 --- a/apps/meet/calcom/calcom-values-configmap.yaml +++ b/apps/meet/calcom/calcom-values-configmap.yaml @@ -25,7 +25,7 @@ data: calcom: # https://github.com/Pyrrha/calcom-helm/blob/main/charts/calcom/values.yaml image: - tag: v4.1.12 + tag: v4.1.11 #tag: v4.5.0 secretRef: "stackspin-calcom-keys" commonLabels: -- GitLab