File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ function build_and_push_catalog_image(){
189189 make docker-build docker-push
190190
191191 echo " >> Making bundle"
192- make bundle
192+ make bundle CHANNELS= $CHANNEL DEFAULT_CHANNEL= $CHANNEL
193193
194194 echo " >> Building and pushing Bundle images"
195195 make bundle-build bundle-push
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ E2E_SKIP_BUILD_TOOL_INSTALLATION=false # This flag helps to skip build tool inst
3030IMAGE=${IMAGE:- " quay.io/redhat-developer/gitops-backend-operator" }
3131VERSION=${VERSION:- " 0.0.3" }
3232CATALOG_SOURCE=${CATALOG_SOURCE:- " openshift-gitops-operator" }
33- CHANNEL=${CHANNEL:- " alpha " }
33+ CHANNEL=${CHANNEL:- " latest " }
3434
3535export PATH=" $PATH :$( pwd) "
3636
You can’t perform that action at this time.
0 commit comments