From ac16c8e7198d7c7d581da03c4ee515776d4254e7 Mon Sep 17 00:00:00 2001 From: Vikas Choudhary Date: Mon, 8 Jul 2019 21:04:44 +0530 Subject: [PATCH] Fix jenkins/e2e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea5ab00c1d..fc234c65ae 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ k8s-e2e: ## Run k8s specific e2e test -ssh-key $${SSH_PK:-~/.ssh/id_rsa} \ -machine-controller-image $${ACTUATOR_IMAGE:-gcr.io/k8s-cluster-api/aws-machine-controller:0.0.1} \ -machine-manager-image $${ACTUATOR_IMAGE:-gcr.io/k8s-cluster-api/aws-machine-controller:0.0.1} \ - -nodelink-controller-image $$(docker run registry.svc.ci.openshift.org/openshift/origin-release:v4.0 image machine-api-operator) \ + -nodelink-controller-image $$(docker run registry.svc.ci.openshift.org/origin/release:4.2 image machine-api-operator) \ -cluster-id $${ENVIRONMENT_ID:-""} \ -ginkgo.v \ -args -v 5 -logtostderr true