From e63d317e938ded6436a929b1b466b30f38adcecb Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Wed, 30 Oct 2019 14:32:25 -0400 Subject: [PATCH] Update Smart Gateway (Operator) build tags for release (#87) --- deploy/import-downstream.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/import-downstream.sh b/deploy/import-downstream.sh index 8f9ed87..b509781 100755 --- a/deploy/import-downstream.sh +++ b/deploy/import-downstream.sh @@ -40,8 +40,8 @@ oc import-image amq-interconnect-operator:latest --from=registry.redhat.io/amq7- # Currently we don't have a robust release process for the Smart Gateway or # corresponding Operator, so we just pull the latest version down for now. -oc import-image smart-gateway:latest --from=registry.redhat.io/saf/smart-gateway:1.1.0-2 --confirm -oc import-image smart-gateway-operator:latest --from=registry.redhat.io/saf/smart-gateway-operator:1.1.0-2 --confirm +oc import-image smart-gateway:latest --from=registry.redhat.io/saf/smart-gateway:1.1.0-4 --confirm +oc import-image smart-gateway-operator:latest --from=registry.redhat.io/saf/smart-gateway-operator:1.1.0-4 --confirm oc import-image ose-elasticsearch-operator --from=registry.redhat.io/openshift4/ose-elasticsearch-operator:v4.2.0 --confirm oc import-image ose-oauth-proxy --from=registry.redhat.io/openshift4/ose-oauth-proxy:v4.2.0 --confirm