diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e901d4e3c5477a1b06a6270038279fa554d5cef1..8f64204e391e4a7f497b524812f5992b8454cd28 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 29eb2917fe6454acda492eb832f05c7865c6347f..40faed9aa400605d5545a3caf14e0e8876f977de 100644
--- a/element.ver
+++ b/element.ver
@@ -1 +1 @@
-1.11.7
+1.11.8