diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39f36d569d10aa33808e1185e4b9ae968e6dec7e..13bddbad379e18d02edb609f2ccf09baa8f1c22d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,11 +61,11 @@ quay.io/coreos/prometheus-config-reloader_sync:
   script:
     - ./sync_image.sh "quay.io/coreos/prometheus-config-reloader:master"
 
-gcr.io/google-containers/hyperkube_sync:
+k8s.gcr.io/hyperkube_sync:
   stage: image_sync
   image: gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
   script:
-    - ./sync_image.sh "gcr.io/google-containers/hyperkube:v1.11.8"
+    - ./sync_image.sh "k8s.gcr.io/hyperkube:v1.18.8"
 
 k8s.gcr.io/etcd_sync:
   stage: image_sync