From d21a66ae3dd4fa81d8d9b5ad7c3e5a542110d593 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Wed, 25 Jan 2023 15:47:21 +0100 Subject: [PATCH] Consume fresher opm tool (#2216) Signed-off-by: Simone Tiraboschi Signed-off-by: Simone Tiraboschi Co-authored-by: Simone Tiraboschi --- .github/workflows/build-push-images.yaml | 2 +- .github/workflows/publish-community-operators.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-images.yaml b/.github/workflows/build-push-images.yaml index b2d366ff6b..b8eaf572e5 100644 --- a/.github/workflows/build-push-images.yaml +++ b/.github/workflows/build-push-images.yaml @@ -19,7 +19,7 @@ jobs: QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }} QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} REGISTRY_NAMESPACE: kubevirt - OPM_VERSION: v1.24.0 + OPM_VERSION: v1.26.2 steps: - name: Checkout the latest code uses: actions/checkout@v2 diff --git a/.github/workflows/publish-community-operators.yaml b/.github/workflows/publish-community-operators.yaml index 76912d0546..1416df3959 100644 --- a/.github/workflows/publish-community-operators.yaml +++ b/.github/workflows/publish-community-operators.yaml @@ -13,6 +13,7 @@ jobs: QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }} QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} REGISTRY_NAMESPACE: kubevirt + OPM_VERSION: v1.26.2 steps: - name: resolve the correct branch of the tag run: | @@ -67,7 +68,7 @@ jobs: sed -i "/^ \+replaces:/d" ${PACKAGE_DIR}/${CSV_VERSION}/manifests/kubevirt-hyperconverged-operator.v${CSV_VERSION}.clusterserviceversion.yaml - name: Get opm client run: | - wget https://github.com/operator-framework/operator-registry/releases/download/v1.15.1/linux-amd64-opm + wget https://github.com/operator-framework/operator-registry/releases/download/${OPM_VERSION}/linux-amd64-opm chmod +x linux-amd64-opm - name: Build and Push the Index Image run: |