Skip to content

Commit

Permalink
fix(ci): use operator-sdk 1.33 until 1.34 is properly released
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Mar 5, 2024
1 parent 4cf08f6 commit 5071d8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-for-quarkus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ jobs:
with:
source: "github"
opm: "latest"
operator-sdk: "latest"
# fixme: use known working version until https://github.com/operator-framework/operator-sdk/issues/6689 is fixed
operator-sdk: "v1.33.0"

- name: Install Operator Lifecycle Manager and Operator SDK into Kind
run: operator-sdk olm install --version v0.23.0
Expand Down

0 comments on commit 5071d8a

Please sign in to comment.