Skip to content

Commit 53786e6

Browse files
committed
Update scripts to bundle changes to user specifed channel
Signed-off-by: praveen4g0 <praveen.thangadancha@gmail.com>
1 parent 8eb75a7 commit 53786e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/e2e-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/openshiftci-olm-kuttl-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ E2E_SKIP_BUILD_TOOL_INSTALLATION=false # This flag helps to skip build tool inst
3030
IMAGE=${IMAGE:-"quay.io/redhat-developer/gitops-backend-operator"}
3131
VERSION=${VERSION:-"0.0.3"}
3232
CATALOG_SOURCE=${CATALOG_SOURCE:-"openshift-gitops-operator"}
33-
CHANNEL=${CHANNEL:-"alpha"}
33+
CHANNEL=${CHANNEL:-"latest"}
3434

3535
export PATH="$PATH:$(pwd)"
3636

0 commit comments

Comments
 (0)