From ed824787914b46e4501635a6cb6d1441a22f4c94 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Fri, 9 Aug 2024 12:45:20 +0200 Subject: [PATCH] Update operator-sdk (v1.36.0) in GH actions Signed-off-by: Sergio Arroutbi --- .github/workflows/deploy.yaml | 2 +- .github/workflows/scripts/retrieve_and_run_operator_sdk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8ec0834..f308aaf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -52,5 +52,5 @@ jobs: - name: Deploy and Scorecard run: | sh .github/workflows/scripts/retrieve_and_run_operator_sdk \ - "v1.35.0" "5m" "quay.io/sec-eng-special/tang-operator-bundle" \ + "v1.36.0" "5m" "quay.io/sec-eng-special/tang-operator-bundle" \ "${GITHUB_HEAD_REF}" diff --git a/.github/workflows/scripts/retrieve_and_run_operator_sdk b/.github/workflows/scripts/retrieve_and_run_operator_sdk index d1f5f6d..b46f16e 100755 --- a/.github/workflows/scripts/retrieve_and_run_operator_sdk +++ b/.github/workflows/scripts/retrieve_and_run_operator_sdk @@ -15,7 +15,7 @@ # set -x -e -OPERATOR_SDK_DEFAULT_RELEASE_VERSION="v1.33.0" +OPERATOR_SDK_DEFAULT_RELEASE_VERSION="v1.36.0" DEFAULT_BUNDLE_IMG="quay.io/sec-eng-special/tang-operator-bundle" DEFAULT_TIMEOUT="5m" DEFAULT_GITHUB_BRANCH="main"