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

Commit 7534a13

Browse files
authored
Update operator-sdk (v1.36.0) in GH actions (#333)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 54680bf commit 7534a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
- name: Deploy and Scorecard
5353
run: |
5454
sh .github/workflows/scripts/retrieve_and_run_operator_sdk \
55-
"v1.35.0" "5m" "quay.io/sec-eng-special/tang-operator-bundle" \
55+
"v1.36.0" "5m" "quay.io/sec-eng-special/tang-operator-bundle" \
5656
"${GITHUB_HEAD_REF}"

.github/workflows/scripts/retrieve_and_run_operator_sdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
set -x -e
1717

18-
OPERATOR_SDK_DEFAULT_RELEASE_VERSION="v1.33.0"
18+
OPERATOR_SDK_DEFAULT_RELEASE_VERSION="v1.36.0"
1919
DEFAULT_BUNDLE_IMG="quay.io/sec-eng-special/tang-operator-bundle"
2020
DEFAULT_TIMEOUT="5m"
2121
DEFAULT_GITHUB_BRANCH="main"

0 commit comments

Comments
 (0)