From b5824ecde4a5610fce01d8f6ae5b4ae4c1cc7b2a Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Tue, 19 Mar 2019 11:32:42 +0100 Subject: [PATCH] Use latest release image --- ocp_install_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp_install_env.sh b/ocp_install_env.sh index b959d4a62..7cc8fc0d4 100644 --- a/ocp_install_env.sh +++ b/ocp_install_env.sh @@ -10,7 +10,7 @@ export SSH_PUB_KEY="`cat $HOME/.ssh/id_rsa.pub`" export SSH_PRIV_KEY="$HOME/.ssh/id_rsa" # Temporary workaround pending merge of https://github.com/openshift/machine-api-operator/pull/246 -export OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE="quay.io/vrutkovs/kni-release:mar14" +export OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE="registry.svc.ci.openshift.org/openshift/origin-release:v4.0" function generate_ocp_install_config() { local outdir