diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index ba5eeda0c..b77ff05d3 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -175,7 +175,6 @@ const ( FromIndex = "registry-proxy.engineering.redhat.com/rh-osbs/iib-preview-rhtap:{{ OCP_VERSION }}" TargetIndex = "quay.io/redhat/redhat----preview-operator-index:{{ OCP_VERSION }}" - BinaryImage = "registry.redhat.io/openshift4/ose-operator-registry:{{ OCP_VERSION }}" StrategyConfigsRepo = "strategy-configs" StrategyConfigsDefaultBranch = "main" diff --git a/tests/release/pipelines/fbc_release.go b/tests/release/pipelines/fbc_release.go index 52fcc0a8a..ab61ee102 100644 --- a/tests/release/pipelines/fbc_release.go +++ b/tests/release/pipelines/fbc_release.go @@ -292,7 +292,6 @@ func createFBCReleasePlanAdmission(fbcRPAName string, managedFw framework.Framew "fbc": map[string]interface{}{ "fromIndex": constants.FromIndex, "targetIndex": constants.TargetIndex, - "binaryImage": constants.BinaryImage, "publishingCredentials": "fbc-preview-publishing-credentials", "iibServiceConfigSecret": "iib-preview-services-config", "iibOverwriteFromIndexCredential": "iib-overwrite-fromimage-credentials",