Skip to content

Commit

Permalink
Upgrade operator-sdk to v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Jul 19, 2022
1 parent 86248f4 commit 424246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

if [ -n "$CI" ]; then
echo "== Installing operator-sdk =="
curl -L https://github.com/operator-framework/operator-sdk/releases/download/v1.22.0/operator-sdk_linux_$(uname -m) -o /usr/local/bin/operator-sdk
curl -L https://github.com/operator-framework/operator-sdk/releases/download/v1.22.1/operator-sdk_linux_$(uname -m) -o /usr/local/bin/operator-sdk
chmod +x /usr/local/bin/operator-sdk
fi

0 comments on commit 424246b

Please sign in to comment.