Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Use latest operator-sdk version (#181)
Browse files Browse the repository at this point in the history
Resolves: #180

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Oct 13, 2023
1 parent 3f57e50 commit 5a76544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
2 changes: 1 addition & 1 deletion .github/workflows/scripts/retrieve_and_run_operator_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a76544

Please sign in to comment.