From a336865ad804d01ad803b101e25ee35475752303 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Thu, 29 Sep 2022 12:25:29 +0200
Subject: [PATCH] Updates

---
 .gitlab-ci.yml | 2 +-
 element.ver    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e901d4e..8f64204 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ deploy_homeserver:
     - sed -e "s/SIGNING_KEY/$SIGNING_KEY/g" -e "s/POSTGRES_PASSWORD/$POSTGRES_PASSWORD/g" secret.in.yaml >secrets.yaml
   script:
     - kubectl apply -f secrets.yaml
-    - helm upgrade --install $CI_ENVIRONMENT_SLUG ananace-charts/matrix-synapse --version 2.7.2
+    - helm upgrade --install $CI_ENVIRONMENT_SLUG ananace-charts/matrix-synapse --version 2.7.3
         --set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
         --set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
         --set config.turnSecret=$TURN_SECRET
diff --git a/element.ver b/element.ver
index 29eb291..40faed9 100644
--- a/element.ver
+++ b/element.ver
@@ -1 +1 @@
-1.11.7
+1.11.8
-- 
GitLab