From 416ef008e18c9df476ecb8c06001232b637bb86f Mon Sep 17 00:00:00 2001 From: David Kwon Date: Thu, 26 Jun 2025 13:32:59 -0400 Subject: [PATCH] Revert "Temporarily don't build new bundle image on next release" This reverts commit b01e2733fe3a91c677a66d911322d5bf29cd1b23. Signed-off-by: David Kwon --- make-release.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/make-release.sh b/make-release.sh index 966729945..9a2cd7bcb 100755 --- a/make-release.sh +++ b/make-release.sh @@ -276,15 +276,15 @@ release() { git checkout "${X_BRANCH}" # Build bundle and index images - # $DRY_RUN build/scripts/build_index_image.sh \ - # --release \ - # --bundle-tag "$VERSION" \ - # --bundle-repo "$DWO_BUNDLE_QUAY_REPO" \ - # --index-image "$DWO_INDEX_IMAGE" \ - # --force - - # # Commit changes from releasing bundle - # git_commit_and_push "[release] Add OLM bundle for $VERSION in $X_BRANCH" "ci-add-bundle-$VERSION" + $DRY_RUN build/scripts/build_index_image.sh \ + --release \ + --bundle-tag "$VERSION" \ + --bundle-repo "$DWO_BUNDLE_QUAY_REPO" \ + --index-image "$DWO_INDEX_IMAGE" \ + --force + + # Commit changes from releasing bundle + git_commit_and_push "[release] Add OLM bundle for $VERSION in $X_BRANCH" "ci-add-bundle-$VERSION" # Tag current commit as release version git tag "${VERSION}"