From 5a765445b7bb4426bdbcffd92a3932b4ffc3c3e1 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Fri, 13 Oct 2023 10:58:05 +0200 Subject: [PATCH] Use latest operator-sdk version (#181) Resolves: #180 Signed-off-by: Sergio Arroutbi --- .github/workflows/deploy.yaml | 2 +- .github/workflows/scripts/retrieve_and_run_operator_sdk.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1ae7f896..a9e473f0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -43,5 +43,5 @@ jobs: - name: Deploy and Scorecard run: | sh .github/workflows/scripts/retrieve_and_run_operator_sdk.sh \ - "v1.31.0" "5m" "quay.io/sec-eng-special/tang-operator-bundle" \ + "v1.32.0" "5m" "quay.io/sec-eng-special/tang-operator-bundle" \ "${GITHUB_HEAD_REF}" diff --git a/.github/workflows/scripts/retrieve_and_run_operator_sdk.sh b/.github/workflows/scripts/retrieve_and_run_operator_sdk.sh index 501d2d8d..157c696c 100755 --- a/.github/workflows/scripts/retrieve_and_run_operator_sdk.sh +++ b/.github/workflows/scripts/retrieve_and_run_operator_sdk.sh @@ -15,7 +15,7 @@ # set -x -e -OPERATOR_SDK_DEFAULT_RELEASE_VERSION="v1.28.0" +OPERATOR_SDK_DEFAULT_RELEASE_VERSION="v1.32.0" DEFAULT_BUNDLE_IMG="quay.io/sec-eng-special/tang-operator-bundle" DEFAULT_TIMEOUT="5m" DEFAULT_GITHUB_BRANCH="main"