Skip to content

Commit

Permalink
fix(KFLUXBUGS-1614): fbc pipeline should stop passing binaryimage to …
Browse files Browse the repository at this point in the history
…iib (#1402)

fix(KFLUXBUGS-1614):  fbc pipeline should stop passing binaryimage to iib

this commit removes references of binaryImage from the fbc-pipeline
test.

Signed-off-by: Leandro Mendes <[email protected]>
  • Loading branch information
theflockers authored Oct 23, 2024
1 parent e752198 commit fb01fef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion tests/release/pipelines/fbc_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fb01fef

Please sign in to comment.