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"