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

Commit

Permalink
Update operator-sdk (v1.36.0) in GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
  • Loading branch information
sarroutbi committed Aug 9, 2024
1 parent 54680bf commit ed82478
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 @@ -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}"
2 changes: 1 addition & 1 deletion .github/workflows/scripts/retrieve_and_run_operator_sdk
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.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"
Expand Down

0 comments on commit ed82478

Please sign in to comment.