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

Update operator-sdk (1.36.0) in GH actions #333

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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