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

Use latest operator-sdk version #181

Merged
merged 1 commit into from
Oct 13, 2023
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 @@ -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