diff --git a/config/default.hjson b/config/default.hjson
index b6cae2efc95325daae4f64371cec9a0814fa0cb2..ee816716f50c9e59e437c16eadd68da65bf17633 100644
--- a/config/default.hjson
+++ b/config/default.hjson
@@ -58,7 +58,7 @@ k8component: {
     imageType: beaker
     imageSubtype: default
     keysToProtect: ["imageType", "imageReStr"]
-    imageReStr: "^(labdev-nomad\\.esc\\.rzg\\.mpg.de:5000|analytics-toolkit\\.nomad-coe\\.eu:5509)?/([-a-z0-9]*)/([-a-z0-9]*)(:[-a-z.0-9]*)$"
+    imageReStr: "^(labdev-nomad\\.esc\\.rzg\\.mpg.de:5000|analytics-toolkit\\.nomad-coe\\.eu:5509|gitlab-registry\\.mpcdf\\.mpg\\.de/nomad-lab)/(([-a-z0-9]*)/)?([-a-z0-9]*)(:[-a-z.0-9]*)?$"
     image: ""
     port: 8801
     prefix: "/beaker"
@@ -98,4 +98,4 @@ watcher{
   usePolling: true
   interval: 2000
   binaryInterval: 6000
-}
\ No newline at end of file
+}