From d42f1c9f6f6e1effc38371b327a372c0ec2c67f7 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Mon, 3 Feb 2020 15:02:18 +0200 Subject: [PATCH] Update pkg/deploy/defaults.go Co-Authored-By: David Festal --- pkg/deploy/defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/deploy/defaults.go b/pkg/deploy/defaults.go index 2ffcc1758..01e42913e 100644 --- a/pkg/deploy/defaults.go +++ b/pkg/deploy/defaults.go @@ -71,7 +71,7 @@ const ( // NB: // The upstream equivalent are stored in the generated `extra_images.go` source file. defaultCheWorkspacePluginBrokerMetadataImage = "quay.io/crw/pluginbroker-metadata-rhel8:2.1" - defaultCheWorkspacePluginBrokerArtifactsImage = "quay.io/crw/pluginbrokerinit-rhel8:2.1" + defaultCheWorkspacePluginBrokerArtifactsImage = "quay.io/crw/pluginbroker-artifacts-rhel8:2.1" defaultCheServerSecureExposerJwtProxyImage = "quay.io/crw/jwtproxy-rhel8:2.1" // This is only to correctly manage defaults during the transition